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.
1 parent 0df38b0 commit d352f61Copy full SHA for d352f61
src/Omnipay/SecurePay/DirectPostGateway.php
@@ -11,6 +11,8 @@
11
*/
12
class DirectPostGateway extends AbstractGateway
13
{
14
+ public $transparentRedirect = true;
15
+
16
public function getName()
17
18
return 'SecurePay Direct Post';
0 commit comments