@@ -288,7 +288,7 @@ |
||
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 | } |