@@ -305,7 +305,7 @@ |
||
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 |