From 59c2b2492cb1584b6abe28a703a0e01567cab445 Mon Sep 17 00:00:00 2001 From: Alin Jurj Date: Thu, 12 Mar 2015 16:48:47 +0200 Subject: [PATCH] Update NotifyController.php --- src/Payum/PayumModule/Controller/NotifyController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}