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 1daf205 commit 99a96adCopy full SHA for 99a96ad
src/Omnipay/Common/Message/AbstractResponse.php
@@ -71,7 +71,7 @@ public function redirect()
71
$this->getRedirectResponse()->send();
72
exit;
73
}
74
-
+
75
public function getRedirectResponse()
76
{
77
if (!$this instanceof RedirectResponseInterface || !$this->isRedirect()) {
0 commit comments