Skip to content

Commit 7494358

Browse files
committed
Merge pull request #10 from eileenmcnaughton/master
add isTransparentRedirect function
2 parents 2c83349 + f23ec01 commit 7494358

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Omnipay/Common/Message/AbstractResponse.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ public function isRedirect()
3030
return false;
3131
}
3232

33+
public function isTransparentRedirect()
34+
{
35+
return false;
36+
}
37+
3338
public function getData()
3439
{
3540
return $this->data;

0 commit comments

Comments
 (0)