Skip to content

Commit 59c2b24

Browse files
committed
Update NotifyController.php
1 parent 843aa1b commit 59c2b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Payum/PayumModule/Controller/NotifyController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ class NotifyController extends PayumController
77
{
88
public function doAction()
99
{
10-
$token = $this->getHttpRequestVerifier()->verify($this->getRequest());
10+
$token = $this->getHttpRequestVerifier()->verify($this);
1111

1212
$payment = $this->getPayum()->getPayment($token->getPaymentName());
1313

1414
$payment->execute(new Notify($token));
1515

1616
$this->getResponse()->setStatusCode(204);
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)