We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83019af + 59c2b24 commit bf50ff7Copy full SHA for bf50ff7
src/Payum/PayumModule/Controller/NotifyController.php
@@ -7,12 +7,12 @@ class NotifyController extends PayumController
7
{
8
public function doAction()
9
10
- $token = $this->getHttpRequestVerifier()->verify($this->getRequest());
+ $token = $this->getHttpRequestVerifier()->verify($this);
11
12
$payment = $this->getPayum()->getPayment($token->getPaymentName());
13
14
$payment->execute(new Notify($token));
15
16
$this->getResponse()->setStatusCode(204);
17
}
18
-}
+}
0 commit comments