From 9498a2efce9e4f7b8cef01b4cdf8d0d0cddc8f94 Mon Sep 17 00:00:00 2001 From: Ganesh Hegde <1ganesh1@facebook.com> Date: Thu, 30 May 2013 16:26:31 +0530 Subject: [PATCH] updating code docs --- sample/source/AuthorizationCapture.html | 6 +++--- sample/source/CreatePayment.html | 4 ++-- sample/source/CreatePaymentUsingPayPal.html | 4 ++-- .../source/CreatePaymentUsingSavedCard.html | 4 ++-- sample/source/DeleteCreditCard.html | 3 --- sample/source/ExecutePayment.html | 4 ++-- sample/source/GetAuthorization.html | 6 +++--- sample/source/GetCapture.html | 7 ++++--- sample/source/GetPayment.html | 4 ++-- sample/source/ListPayments.html | 4 ++-- sample/source/RefundCapture.html | 20 ++++++++++--------- sample/source/VoidAuthorization.html | 6 +++--- 12 files changed, 36 insertions(+), 36 deletions(-) diff --git a/sample/source/AuthorizationCapture.html b/sample/source/AuthorizationCapture.html index 6f964db..2bcf992 100644 --- a/sample/source/AuthorizationCapture.html +++ b/sample/source/AuthorizationCapture.html @@ -10,7 +10,7 @@ API used: /v1/payments/payment
create payment to get authorization Id
save card for demo
deletes saved credit card diff --git a/sample/source/ExecutePayment.html b/sample/source/ExecutePayment.html index ab77e3d..2bc88b6 100644 --- a/sample/source/ExecutePayment.html +++ b/sample/source/ExecutePayment.html @@ -1,4 +1,4 @@ -
GetAuthorization by posting to the APIService
using a valid ApiContext (See bootstrap.php for more on ApiContext)
@@ -33,7 +33,7 @@ The return object contains the status;
create payment to get authorization Id
create payment to get authorization Id
create payment to get authorization Id
create payment to get authorization Id
Capture Payment by posting to the APIService @@ -35,12 +37,12 @@ The return object contains the status;
(See bootstrap.php for more on ApiContext)
create new API context
(See bootstrap.php for more on ApiContext)
create payment to get authorization Id
create payment to get authorization Id