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 a7b1b55 + e7bf6de commit e68954dCopy full SHA for e68954d
src/Message/DirectPostAuthorizeResponse.php
@@ -4,11 +4,12 @@
4
5
use Omnipay\Common\Message\AbstractResponse;
6
use Omnipay\Common\Message\RequestInterface;
7
+use Omnipay\Common\Message\RedirectResponseInterface;
8
9
/**
10
* SecurePay Direct Post Authorize Response
11
*/
-class DirectPostAuthorizeResponse extends AbstractResponse
12
+class DirectPostAuthorizeResponse extends AbstractResponse implements RedirectResponseInterface
13
{
14
protected $redirectUrl;
15
0 commit comments