Skip to content

Commit d352f61

Browse files
committed
Mark gateway as transparent redirect
1 parent 0df38b0 commit d352f61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Omnipay/SecurePay/DirectPostGateway.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
*/
1212
class DirectPostGateway extends AbstractGateway
1313
{
14+
public $transparentRedirect = true;
15+
1416
public function getName()
1517
{
1618
return 'SecurePay Direct Post';

0 commit comments

Comments
 (0)