We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0b2f1 commit 17c280eCopy full SHA for 17c280e
Action/CaptureAction.php
@@ -54,11 +54,8 @@ public function execute($request)
54
55
// Notify url
56
if (empty($model['vads_url_check']) && $this->tokenFactory) {
57
- $notifyToken = $this->tokenFactory->createNotifyToken(
58
- $request->getToken()->getGatewayName(),
59
- $request->getToken()->getDetails()
60
- );
61
- $model['vads_url_check'] = $notifyToken->getTargetUrl();
+ // Custom action
+ $model['vads_url_check'] = $request->getToken()->getAfterUrl();
62
}
63
64
0 commit comments