Skip to content

Commit

Permalink
Mark gateway as transparent redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Feb 2, 2014
1 parent e35ea88 commit 8dce7f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Omnipay/Eway/RapidGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*/
class RapidGateway extends AbstractGateway
{
public $transparentRedirect = true;

public function getName()
{
return 'eWAY Rapid 3.0';
Expand Down

0 comments on commit 8dce7f1

Please sign in to comment.