@@ -25,7 +25,7 @@ |
||
| 25 | 25 | ?> |
| 26 | 26 | <div id="transaction" class="item-transaction tab-pane fade" role="tabpanel" aria-labelledby="transaction"> |
| 27 | 27 | |
| 28 | - <?php foreach( $this->item->getService( 'payment') as $service ) : ?> |
|
| 28 | + <?php foreach( $this->item->getService( 'payment' ) as $service ) : ?> |
|
| 29 | 29 | |
| 30 | 30 | <div class="box"> |
| 31 | 31 | <h2 class="item-header"><?= $enc->html( $service->getName() ) ?></h2> |