Completed
Pull Request — master (#111)
by
unknown
02:25
created
src/Traits/PayPalRequest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -328,7 +328,7 @@
 block discarded – undo
328 328
         ], $this->options);
329 329
 
330 330
         $this->post = $this->post->merge($config);
331
-    	if ($method === 'verifyipn') {
331
+        if ($method === 'verifyipn') {
332 332
             $this->post->forget('METHOD');
333 333
         }
334 334
     }
Please login to merge, or discard this patch.