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 21b39c6 commit e2c25ffCopy full SHA for e2c25ff
src/Message/SIMCompleteAuthorizeResponse.php
@@ -85,8 +85,10 @@ public function getRedirectData()
85
/**
86
* Authorize.Net requires a redirect in a HTML page.
87
* The OmniPay redirect helper will only provide a HTML page for the POST method
88
- * and then implements that through a self-sbmitting form. This will generate
89
- * browser warnings if returning to a non-SSL page.
+ * and then implements that through a self-submitting form, which will generate
+ * browser warnings if returning to a non-SSL page. This JavScript and meta refresh
90
+ * page avoids the security warning. No data is sent in this redirect, as that will
91
+ * have all been saved with the transaction in storage.
92
*/
93
public function getRedirectResponse()
94
{
0 commit comments