Skip to content

Commit 092aa8a

Browse files
authored
typo: missing word added to readme for clarity
1 parent 570df6b commit 092aa8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,10 +629,10 @@ $gateway = OmniPay::create('SagePay\Form')->initialize([
629629

630630
The `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.)
633633
are UTF-8 encoded.
634634
It 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
636636
used to submit the form from the merchant site.
637637
If you do not want this conversion to happen, it can be disabled with this parameter:
638638

0 commit comments

Comments
 (0)