From 9dcee4ed37ce90b7d53bdf129c36e2092cdd6b2f Mon Sep 17 00:00:00 2001 From: Jason Judge Date: Sat, 20 Aug 2016 15:52:04 +0100 Subject: [PATCH] Additional documentation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 69f506f..fd40a54 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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