Skip to content

Commit e2c25ff

Browse files
committed
Issue thephpleague#22 Typo and additional comment.
1 parent 21b39c6 commit e2c25ff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Message/SIMCompleteAuthorizeResponse.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@ public function getRedirectData()
8585
/**
8686
* Authorize.Net requires a redirect in a HTML page.
8787
* 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.
88+
* and then implements that through a self-submitting form, which will generate
89+
* 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.
9092
*/
9193
public function getRedirectResponse()
9294
{

0 commit comments

Comments
 (0)