@@ -425,7 +425,7 @@ |
||
425 | 425 | $baseManager = \Aimeos\MShop::create( $this->context, 'order/base' ); |
426 | 426 | |
427 | 427 | $search = $baseManager->createSearch(); |
428 | - $search->setConditions( $search->compare( '==', 'order.base.price', '672.00') ); |
|
428 | + $search->setConditions( $search->compare( '==', 'order.base.price', '672.00' ) ); |
|
429 | 429 | |
430 | 430 | $items = $baseManager->searchItems( $search, ['order/base/product'] ); |
431 | 431 |