@@ -540,9 +540,13 @@ |
||
540 | 540 | |
541 | 541 | if( $item->getCustomerId() != '' ) |
542 | 542 | { |
543 | - try { |
|
543 | + try |
|
544 | + { |
|
544 | 545 | $data += \Aimeos\MShop::create( $this->context(), 'customer' )->get( $item->getCustomerId() )->toArray(); |
545 | - } catch( \Exception $e ) {}; |
|
546 | + } |
|
547 | + catch( \Exception $e ) |
|
548 | + { |
|
549 | +}; |
|
546 | 550 | } |
547 | 551 | |
548 | 552 |