Skip to content

Commit

Permalink
Additional documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Aug 20, 2016
1 parent 6625ca4 commit 9dcee4e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Table of Contents
* [Client API Credit Card Check](#client-api-credit-card-check)
* [Client API Authorize](#client-api-authorize)
* [Client completeAuthorize](#client-completeauthorize)
* [Client API Purchase](#client-api-purchase)
* [Notification Callback](#notification-callback)
* [completeAuthorize and completePurchase Methods](#completeauthorize-and-completepurchase-methods)
* [References](#references)
Expand Down Expand Up @@ -728,6 +729,13 @@ $server_response->getMessage();
$server_response->getCustomerMessage();
~~~

### Client API Purchase

This works the same way as *Client API Authorize* but uses the `purchase` method instead.

You would still use `completeAuthorize` with the purchase API.



## Notification Callback

Expand Down

0 comments on commit 9dcee4e

Please sign in to comment.