Skip to content

Commit 1ef9095

Browse files
authored
Merge pull request #137 from Ferrisbane/patch-1
Fixed small typos in README.md
2 parents 6bb89ea + 3c255c6 commit 1ef9095

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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,
600600
since the result will be safely saved in the database.
601601

602602
The `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`
604604
without adding any further content.
605605

606606
These functions used to exit the
@@ -689,7 +689,7 @@ merchant site.
689689
### Form completeAuthorise
690690

691691
To 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

755755
An 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.
757757
The `transactionReference` will be a JSON string containing the four pieces of
758758
information 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,
10151015
or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which
10161016
you can subscribe to.
10171017

0 commit comments

Comments
 (0)