@@ -93,7 +93,7 @@ |
||
93 | 93 | |
94 | 94 | protected function getSubscription() |
95 | 95 | { |
96 | - $manager = \Aimeos\MShop::create( $this->context, 'subscription' ); |
|
96 | + $manager = \Aimeos\MShop::create( $this->context, 'subscription' ); |
|
97 | 97 | $filter = $manager->filter()->add( 'subscription.dateend', '==', '2010-01-01' ); |
98 | 98 | |
99 | 99 | return $manager->search( $filter )->first( new \Exception( 'No subscription item found' ) ); |