@@ -1077,11 +1077,11 @@ discard block |
||
1077 | 1077 | $addressMap = $couponMap = $productMap = $serviceMap = []; |
1078 | 1078 | |
1079 | 1079 | if( in_array( 'order/address', $ref ) ) { |
1080 | - $addressMap = $this->getAddresses( $baseIds, $ref ); |
|
1080 | + $addressMap = $this->getAddresses( $baseIds, $ref ); |
|
1081 | 1081 | } |
1082 | 1082 | |
1083 | 1083 | if( in_array( 'order/product', $ref ) || in_array( 'order/coupon', $ref ) ) { |
1084 | - $productMap = $this->getProducts( $baseIds, $ref ); |
|
1084 | + $productMap = $this->getProducts( $baseIds, $ref ); |
|
1085 | 1085 | } |
1086 | 1086 | |
1087 | 1087 | if( in_array( 'order/coupon', $ref ) ) { |
@@ -1089,7 +1089,7 @@ discard block |
||
1089 | 1089 | } |
1090 | 1090 | |
1091 | 1091 | if( in_array( 'order/service', $ref ) ) { |
1092 | - $serviceMap = $this->getServices( $baseIds, $ref ); |
|
1092 | + $serviceMap = $this->getServices( $baseIds, $ref ); |
|
1093 | 1093 | } |
1094 | 1094 | |
1095 | 1095 | foreach( $map as $id => $list ) |