@@ -24,7 +24,7 @@ |
||
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 | ], |
@@ -287,7 +287,7 @@ |
||
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 |