Completed
Push — master ( 330da9...09a53d )
by Raza
02:23
created
src/Traits/PayPalRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -288,7 +288,7 @@
 block discarded – undo
288 288
 
289 289
         // Checking Whether The Request Is PayPal IPN Response
290 290
         if ($method == 'verifyipn') {
291
-            $this->post = $this->post->filter(function ($value, $key) {
291
+            $this->post = $this->post->filter(function($value, $key) {
292 292
                 if ($key !== 'METHOD') {
293 293
                     return $value;
294 294
                 }
Please login to merge, or discard this patch.