Skip to content

Commit bf50ff7

Browse files
committed
Merge pull request #21 from Perfect-Web/patch-10
Update NotifyController.php
2 parents 83019af + 59c2b24 commit bf50ff7

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)