Passed
Pull Request — master (#138)
by
unknown
04:45
created
client/html/templates/email/payment/pdf-body-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 $this->pdf->setFont( 'dejavusans', '', 10 );
25 25
 
26 26
 $vmargin = [
27
-	'h1' => [ // HTML tag
27
+	'h1' => [// HTML tag
28 28
 		0 => ['h' => 1.5, 'n' => 0], // space before = h * n
29 29
 		1 => ['h' => 1.5, 'n' => 3] // space after = h * n
30 30
 	],
Please login to merge, or discard this patch.
client/html/src/Client/Html/Checkout/Standard/Process/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -287,7 +287,7 @@
 block discarded – undo
287 287
 
288 288
 				$services = $basket->getService( \Aimeos\MShop\Order\Item\Base\Service\Base::TYPE_PAYMENT );
289 289
 
290
-				$paymentstatus = $context->getConfig()->get('client/html/checkout/standard/process/zero-total-payment-status',
290
+				$paymentstatus = $context->getConfig()->get( 'client/html/checkout/standard/process/zero-total-payment-status',
291 291
 					\Aimeos\MShop\Order\Item\Base::PAY_AUTHORIZED
292 292
 				);
293 293
 
Please login to merge, or discard this patch.