@@ -407,7 +407,7 @@ |
||
407 | 407 | $data['time'] = $fs->time( $data['attribute.code'] ); |
408 | 408 | $data['size'] = $fs->size( $data['attribute.code'] ); |
409 | 409 | } |
410 | - catch( \Exception $e ) { ; } // Show product even if file isn't available any more |
|
410 | + catch( \Exception $e ) {; } // Show product even if file isn't available any more |
|
411 | 411 | } |
412 | 412 | |
413 | 413 | return $data; |
@@ -27,7 +27,7 @@ |
||
27 | 27 | |
28 | 28 | <h2><?= $enc->html( $this->translate( 'admin', 'Refunds' ) ) ?></h2> |
29 | 29 | |
30 | - <?php foreach( $this->item->getService( 'payment') as $service ) : ?> |
|
30 | + <?php foreach( $this->item->getService( 'payment' ) as $service ) : ?> |
|
31 | 31 | |
32 | 32 | <h3><?= $enc->html( $service->getName() ) ?></h3> |
33 | 33 |