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