Passed
Push — master ( cfb387...f2be16 )
by Aimeos
18:08
created
templates/admin/jqadm/order/item-transaction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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>
Please login to merge, or discard this patch.