Completed
Push — master ( f3a94d...aa0739 )
by Raza
02:37
created
src/Traits/PayPalRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -305,7 +305,7 @@
 block discarded – undo
305 305
 
306 306
         // Checking Whether The Request Is PayPal IPN Response
307 307
         if ($method == 'verifyipn') {
308
-            $this->post = $this->post->filter(function ($value, $key) {
308
+            $this->post = $this->post->filter(function($value, $key) {
309 309
                 return ($key !== 'METHOD') ? $value : '';
310 310
             });
311 311
 
Please login to merge, or discard this patch.