@@ -311,7 +311,7 @@ $creditCard = new CreditCard([
311311* The country must be a two-character ISO 3166 code.
312312* The state will be a two-character ISO code, and is mandatory if the country is "US".
313313* The state will be ignored if the country is not "US".
314- * Adddress2 is optional, but all other fields are mandatory.
314+ * Address2 is optional, but all other fields are mandatory.
315315* The postcode is optional for Republic of Ireland "IE",
316316 though * some* banks insist it is present and valid.
317317* This gateway lives on an extended ASCII ISO 8859-1 back end.
@@ -600,7 +600,7 @@ It will often be the same URL whether the transaction was approved or not,
600600since the result will be safely saved in the database.
601601
602602The ` confirm() ` , ` error() ` and ` reject() ` methods will all echo the expected
603- return payload and expect your application to rerturn a HTTP Status ` 200 `
603+ return payload and expect your application to return a HTTP Status ` 200 `
604604without adding any further content.
605605
606606These functions used to exit the
@@ -689,7 +689,7 @@ merchant site.
689689### Form completeAuthorise
690690
691691To get the result details, the transaction is "completed" on the
692- user's return. This wil be at your ` returnUrl ` endpoint:
692+ user's return. This will be at your ` returnUrl ` endpoint:
693693
694694``` php
695695// The result will be read and decrypted from the return URL (or failure URL)
@@ -748,12 +748,12 @@ admin panel.
748748* ` abort() ` - abort an authorization before it is captured
749749* ` repeatAuthorize() ` - new authorization based on past transaction
750750* ` repeatPurchase() ` - new purchase based on past transaction
751- * ` deleteCard() ` - remove a cardReference or token from the accout
751+ * ` deleteCard() ` - remove a cardReference or token from the account
752752
753753### Repeat Authorize/Purchase
754754
755755An authorization or purchase can be created from a past authorization or purchase.
756- You will need the ` transactionReference ` of the original transation .
756+ You will need the ` transactionReference ` of the original transaction .
757757The ` transactionReference ` will be a JSON string containing the four pieces of
758758information the gateway needs to reuse the transaction.
759759
@@ -1011,7 +1011,7 @@ If you are having general issues with Omnipay, we suggest posting on
10111011[ Stack Overflow] ( http://stackoverflow.com/ ) . Be sure to add the
10121012[ omnipay tag] ( http://stackoverflow.com/questions/tagged/omnipay ) so it can be easily found.
10131013
1014- If you want to keep up to date with release anouncements , discuss ideas for the project,
1014+ If you want to keep up to date with release announcements , discuss ideas for the project,
10151015or ask more detailed questions, there is also a [ mailing list] ( https://groups.google.com/forum/#!forum/omnipay ) which
10161016you can subscribe to.
10171017
0 commit comments