@@ -566,9 +566,13 @@ |
||
| 566 | 566 | |
| 567 | 567 | if( $item->getCustomerId() ) |
| 568 | 568 | { |
| 569 | - try { |
|
| 569 | + try |
|
| 570 | + { |
|
| 570 | 571 | $data += \Aimeos\MShop::create( $this->context(), 'customer' )->get( $item->getCustomerId() )->toArray(); |
| 571 | - } catch( \Exception $e ) {}; |
|
| 572 | + } |
|
| 573 | + catch( \Exception $e ) |
|
| 574 | + { |
|
| 575 | +}; |
|
| 572 | 576 | } |
| 573 | 577 | |
| 574 | 578 | |