diff --git a/core/components/commerce_payrexx/src/Gateways/Gateway.php b/core/components/commerce_payrexx/src/Gateways/Gateway.php index bb1e830..839a092 100644 --- a/core/components/commerce_payrexx/src/Gateways/Gateway.php +++ b/core/components/commerce_payrexx/src/Gateways/Gateway.php @@ -71,8 +71,7 @@ public function submit(comTransaction $transaction, array $data): Transaction if ($psp = $this->method->getProperty('psp')) { $payment->setPsp([$psp]); - } - else { + } else { $payment->setPsp([]); } //$payment->setPm(['mastercard']); @@ -117,7 +116,7 @@ public function submit(comTransaction $transaction, array $data): Transaction 3 => 'Benutzerdefiniertes Feld (FR)', 4 => 'Benutzerdefiniertes Feld (IT)', */ - $this->adapter->loadLexicon('de:commerce:default', 'en:commerce:default', 'fr:commerce:default','it:commerce:default'); + $this->adapter->loadLexicon('de:commerce:default', 'en:commerce:default', 'fr:commerce:default', 'it:commerce:default'); // Store some custom info $payment->addField('custom_field_1', $order->get('reference'), [