Completed
Push — master ( d694ed...da5df0 )
by Raza
02:05
created
src/Traits/PayPalRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -308,7 +308,7 @@
 block discarded – undo
308 308
         ], $this->options);
309 309
 
310 310
         $this->post = $this->post->merge($config)
311
-            ->filter(function ($value, $key) use($method) {
311
+            ->filter(function($value, $key) use($method) {
312 312
                 return (($method === 'verifyipn') && ($key === 'METHOD')) ?: $value;
313 313
             });
314 314
     }
Please login to merge, or discard this patch.