diff --git a/src/Payum/PayumModule/Controller/NotifyController.php b/src/Payum/PayumModule/Controller/NotifyController.php index 8b6aba4..d7f1ceb 100644 --- a/src/Payum/PayumModule/Controller/NotifyController.php +++ b/src/Payum/PayumModule/Controller/NotifyController.php @@ -7,7 +7,7 @@ class NotifyController extends PayumController { public function doAction() { - $token = $this->getHttpRequestVerifier()->verify($this->getRequest()); + $token = $this->getHttpRequestVerifier()->verify($this); $payment = $this->getPayum()->getPayment($token->getPaymentName()); @@ -15,4 +15,4 @@ public function doAction() $this->getResponse()->setStatusCode(204); } -} \ No newline at end of file +}