@@ -183,7 +183,7 @@ |
||
| 183 | 183 | private function setApiProviderConfiguration(array $credentials): void |
| 184 | 184 | { |
| 185 | 185 | // Setting PayPal API Credentials |
| 186 | - collect($credentials[$this->mode])->map(function ($value, $key) { |
|
| 186 | + collect($credentials[$this->mode])->map(function($value, $key) { |
|
| 187 | 187 | $this->config[$key] = $value; |
| 188 | 188 | }); |
| 189 | 189 | |