Skip to content

Commit

Permalink
Issue #22 Typo and additional comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Jul 7, 2015
1 parent 21b39c6 commit e2c25ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Message/SIMCompleteAuthorizeResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ public function getRedirectData()
/**
* Authorize.Net requires a redirect in a HTML page.
* The OmniPay redirect helper will only provide a HTML page for the POST method
* and then implements that through a self-sbmitting form. This will generate
* 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
* page avoids the security warning. No data is sent in this redirect, as that will
* have all been saved with the transaction in storage.
*/
public function getRedirectResponse()
{
Expand Down

0 comments on commit e2c25ff

Please sign in to comment.