@@ -186,7 +186,7 @@ |
||
| 186 | 186 | private function setApiProviderConfiguration($credentials) |
| 187 | 187 | { |
| 188 | 188 | // Setting PayPal API Credentials |
| 189 | - collect($credentials[$this->mode])->map(function ($value, $key) { |
|
| 189 | + collect($credentials[$this->mode])->map(function($value, $key) { |
|
| 190 | 190 | $this->config[$key] = $value; |
| 191 | 191 | }); |
| 192 | 192 | |
@@ -55,11 +55,11 @@ |
||
| 55 | 55 | */ |
| 56 | 56 | private function registerPayPal() |
| 57 | 57 | { |
| 58 | - $this->app->singleton('express_checkout', static function () { |
|
| 58 | + $this->app->singleton('express_checkout', static function() { |
|
| 59 | 59 | return new ExpressCheckout(); |
| 60 | 60 | }); |
| 61 | 61 | |
| 62 | - $this->app->singleton('adaptive_payments', static function () { |
|
| 62 | + $this->app->singleton('adaptive_payments', static function() { |
|
| 63 | 63 | return new AdaptivePayments(); |
| 64 | 64 | }); |
| 65 | 65 | } |