Completed
Push — master ( c89d2f...ef8faf )
by Raza
08:26 queued 01:23
created
src/Traits/PayPalRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
     private function setApiProviderConfiguration($credentials)
220 220
     {
221 221
         // Setting PayPal API Credentials
222
-        collect($credentials[$this->mode])->map(function ($value, $key) {
222
+        collect($credentials[$this->mode])->map(function($value, $key) {
223 223
             $this->config[$key] = $value;
224 224
         });
225 225
 
@@ -344,7 +344,7 @@  discard block
 block discarded – undo
344 344
     {
345 345
         $this->setRequestData($post);
346 346
 
347
-        $this->apiUrl = $this->config['gateway_url'] . '/cgi-bin/webscr';
347
+        $this->apiUrl = $this->config['gateway_url'].'/cgi-bin/webscr';
348 348
 
349 349
         return $this->doPayPalRequest('verifyipn');
350 350
     }
Please login to merge, or discard this patch.