Passed
Push — master ( 1dd005...638481 )
by Aimeos
10:12 queued 06:35
created
templates/admin/jqadm/order/item-transaction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.