@@ -271,8 +271,7 @@ |
||
271 | 271 | $prices = $prodPrices->filter( function( $item ) use ( $siteIds ) { |
272 | 272 | return in_array( $item->getSiteId(), $siteIds ); |
273 | 273 | } ); |
274 | - } |
|
275 | - else |
|
274 | + } else |
|
276 | 275 | { |
277 | 276 | // Use price from specific site originally passed as parameter |
278 | 277 | $prices = $prodPrices->filter( function( $item ) use ( $orderProduct ) { |