Skip to content

Commit e68954d

Browse files
authored
Merge pull request #10 from joshbenham/hotfix/redirect-response
Update DirectPostAuthorizeResponse.php
2 parents a7b1b55 + e7bf6de commit e68954d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Message/DirectPostAuthorizeResponse.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44

55
use Omnipay\Common\Message\AbstractResponse;
66
use Omnipay\Common\Message\RequestInterface;
7+
use Omnipay\Common\Message\RedirectResponseInterface;
78

89
/**
910
* SecurePay Direct Post Authorize Response
1011
*/
11-
class DirectPostAuthorizeResponse extends AbstractResponse
12+
class DirectPostAuthorizeResponse extends AbstractResponse implements RedirectResponseInterface
1213
{
1314
protected $redirectUrl;
1415

0 commit comments

Comments
 (0)