@@ -24,10 +24,10 @@ |
||
24 | 24 | public function rules() |
25 | 25 | { |
26 | 26 | $filter = 'in:'; |
27 | - if(config('paymentprovider.sofortConfigKey')) { |
|
27 | + if (config('paymentprovider.sofortConfigKey')) { |
|
28 | 28 | $filter .= 'Klarna,'; |
29 | 29 | } |
30 | - if(config('paymentprovider.payPalClientSecret')) { |
|
30 | + if (config('paymentprovider.payPalClientSecret')) { |
|
31 | 31 | $filter .= 'PayPal,'; |
32 | 32 | } |
33 | 33 | return [ |