File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -629,10 +629,10 @@ $gateway = OmniPay::create('SagePay\Form')->initialize([
629629
630630The ` encryptionKey ` is generated in "My Sage Pay" when logged in as the administrator.
631631
632- Note that this gateway will assume all input data (names, addresses etc.)
632+ Note that this gateway driver will assume all input data (names, addresses etc.)
633633are UTF-8 encoded.
634634It will then recode the data to ISO8859-1 before encrypting it for the gateway,
635- as the gateway strictly accepts ISO8859-1 only, regardless of what encoding is
635+ since the gateway strictly accepts ISO8859-1 only, regardless of what encoding is
636636used to submit the form from the merchant site.
637637If you do not want this conversion to happen, it can be disabled with this parameter:
638638
You can’t perform that action at this time.
0 commit comments