@@ -84,6 +84,9 @@ |
||
84 | 84 | } |
85 | 85 | |
86 | 86 | |
87 | + /** |
|
88 | + * @param string $site |
|
89 | + */ |
|
87 | 90 | private static function createContext( $site ) |
88 | 91 | { |
89 | 92 | $ctx = new \Aimeos\MShop\Context\Item\Standard(); |
@@ -374,7 +374,7 @@ |
||
374 | 374 | $baseManager = \Aimeos\MShop::create( $this->context, 'order/base' ); |
375 | 375 | |
376 | 376 | $search = $baseManager->createSearch(); |
377 | - $search->setConditions( $search->compare( '==', 'order.base.price', '672.00') ); |
|
377 | + $search->setConditions( $search->compare( '==', 'order.base.price', '672.00' ) ); |
|
378 | 378 | |
379 | 379 | $items = $baseManager->searchItems( $search ); |
380 | 380 |
@@ -396,7 +396,7 @@ |
||
396 | 396 | $baseManager = \Aimeos\MShop::create( $this->context, 'order/base' ); |
397 | 397 | |
398 | 398 | $search = $baseManager->createSearch(); |
399 | - $search->setConditions( $search->compare( '==', 'order.base.price', '672.00') ); |
|
399 | + $search->setConditions( $search->compare( '==', 'order.base.price', '672.00' ) ); |
|
400 | 400 | |
401 | 401 | $items = $baseManager->searchItems( $search ); |
402 | 402 |