@@ -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 | |
@@ -54,7 +54,7 @@ |
||
| 54 | 54 | */ |
| 55 | 55 | private function registerPayPal() |
| 56 | 56 | { |
| 57 | - $this->app->singleton('paypal_client', static function () { |
|
| 57 | + $this->app->singleton('paypal_client', static function() { |
|
| 58 | 58 | return new PayPalClient(); |
| 59 | 59 | }); |
| 60 | 60 | } |