From 6dc604666bf16d759bcf4b5d9f13e5b71d8c1212 Mon Sep 17 00:00:00 2001 From: aydiv Date: Wed, 21 Aug 2013 21:03:53 +0530 Subject: [PATCH] Adding section headers to index page --- sample/bootstrap.php | 2 +- sample/index.html | 81 +++++++++++++++++--------------------------- 2 files changed, 32 insertions(+), 51 deletions(-) diff --git a/sample/bootstrap.php b/sample/bootstrap.php index d930b4f..cb36f0a 100644 --- a/sample/bootstrap.php +++ b/sample/bootstrap.php @@ -5,7 +5,7 @@ // Include the composer autoloader if(!file_exists(__DIR__ .'/vendor/autoload.php')) { - echo "The 'vendor' folder is missing. You must run 'composer update' to resolve application dependencies.\nPlease see the README for more information.\n"; + echo "The 'vendor' folder is missing. You must run 'composer update --no-dev' to resolve application dependencies.\nPlease see the README for more information.\n"; exit(1); } require __DIR__ . '/vendor/autoload.php'; diff --git a/sample/index.html b/sample/index.html index 648cf4d..b90b55d 100644 --- a/sample/index.html +++ b/sample/index.html @@ -13,124 +13,105 @@ .source { background: url('images/edt-format-source-button.png') no-repeat left top; } + .header { + font-weight: bold; + } + .header td { + padding: 10px 0px 10px 0px; + }

PayPal REST API Samples

-

+ + + - - - - - - - - + - - - - + - - - + - - - + - + + + - - - - - - + + + + + + + + + - - - + - - - + - - - + - - - + - - - + - - - - - - - -
Payments
Payment with a credit card Execute Source
Payment with a PayPal Account Execute Source
Get Payment DetailsGet payment details Execute Source
Get Payment HistoryGet payment history Execute Source
Get Sale DetailsGet sale details Execute Source
Refund a PaymentRefund a payment Execute Source
Vault
Save a credit card Execute Source
Retrieve saved credit card Execute Source
Get Details of Authorized PaymentDelete saved credit cardExecuteSource
Authorization and capture
Get details of an authorized payment Execute Source
Capture Authorized PaymentCapture an authorized payment Execute Source
Void Authorized PaymentVoid an authorized payment Execute Source
Reauthorize a PaymentReauthorize a payment Execute Source
Get Details of Captured PaymentGet details of a captured payment Execute Source
Refund Captured PaymentRefund captured payment Execute Source
Delete saved CreditCardExecuteSource
- \ No newline at end of file +