@@ -95,7 +95,7 @@ |
||
95 | 95 | public function getPaymentMethods() |
96 | 96 | { |
97 | 97 | $params = [ |
98 | - "allowedPaymentMethods" => ["paypal","card"], |
|
98 | + "allowedPaymentMethods" => ["paypal", "card"], |
|
99 | 99 | "merchantAccount" => $this->merchantAccount, |
100 | 100 | "countryCode" => $this->settingsService->getSetting('settings-customer-country'), |
101 | 101 | "shopperLocale" => $this->settingsService->getSetting('settings-customer-locale'), |