@@ -127,7 +127,7 @@ discard block |
||
127 | 127 | CURLOPT_SSL_VERIFYPEER => $this->validateSSL, |
128 | 128 | ]; |
129 | 129 | |
130 | - if(!empty($certificate)) { |
|
130 | + if (!empty($certificate)) { |
|
131 | 131 | $curlConfig[CURLOPT_SSLCERT] = $certificate; |
132 | 132 | } |
133 | 133 | |
@@ -200,7 +200,7 @@ discard block |
||
200 | 200 | private function setApiProviderConfiguration($credentials) |
201 | 201 | { |
202 | 202 | // Setting PayPal API Credentials |
203 | - collect($credentials[$this->mode])->map(function ($value, $key) { |
|
203 | + collect($credentials[$this->mode])->map(function($value, $key) { |
|
204 | 204 | $this->config[$key] = $value; |
205 | 205 | }); |
206 | 206 |