Skip to content

Commit cf4d540

Browse files
committed
Docs updates.
1 parent 6f3d02a commit cf4d540

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
@@ -34,7 +34,7 @@ Table of Contents
3434
* [Server Notification Handler](#server-notification-handler)
3535
* [Sage Pay Form Methods](#sage-pay-form-methods)
3636
* [Form Authorize](#form-authorize)
37-
* [Form completeAuthorise](#form-completeauthorise)
37+
* [Form completeAuthorize](#form-completeauthorize)
3838
* [Form Purchase](#form-purchase)
3939
* [Sage Pay Shared Methods (Direct and Server)](#sage-pay-shared-methods-direct-and-server)
4040
* [Repeat Authorize/Purchase](#repeat-authorizepurchase)
@@ -678,11 +678,14 @@ $response = $gateway->authorize([
678678
```
679679

680680
The `$response` will be a `POST` redirect, which will take the user to the gateway.
681-
At the gateway, the user will authenticate or authorise their credit card,
681+
At the gateway, the user will authenticate or authorize their credit card,
682682
perform any 3D Secure actions that may be requested, then will return to the
683683
merchant site.
684684

685-
### Form completeAuthorise
685+
Like `Server` and `Direct`, you can use either the `DEFERRED` or the `AUTHENTICATE`
686+
method to reserve the amount.
687+
688+
### Form completeAuthorize
686689

687690
To get the result details, the transaction is "completed" on the
688691
user's return. This wil be at your `returnUrl` endpoint:
@@ -724,9 +727,6 @@ In a future release, the `completeAuthorize()` method will expect the
724727
`transactionId` to be supplied and it must match before it will
725728
return a success status.
726729

727-
Like `Server` and `Direct`, you can use either the `DEFERRED` or the `AUTHENTICATE`
728-
method to reserve the amount.
729-
730730
### Form Purchase
731731

732732
This is the same as `authorize()`, but the `purchase()` request is used instead,

0 commit comments

Comments
 (0)