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; + }
| Payments | +|||||
| Payment with a credit card | -Execute | -Source | |||
| Payment with a PayPal Account | - -Execute | - -Source | |||
| Get Payment Details | -+ | Get payment details | Execute | - -Source | |
| Get Payment History | -+ | Get payment history | Execute | -Source | |
| Get Sale Details | -+ | Get sale details | Execute | -Source | |
| Refund a Payment | -+ | Refund a payment | Execute | -Source | |
| Vault | +|||||
| Save a credit card | -Execute | -Source | |||
| Retrieve saved credit card | -Execute | -Source | |||
| Get Details of Authorized Payment | -+ | Delete saved credit card | +Execute | +Source | +|
| Authorization and capture | +|||||
| Get details of an authorized payment | Execute | -Source | |||
| Capture Authorized Payment | -+ | Capture an authorized payment | Execute | -Source | |
| Void Authorized Payment | -+ | Void an authorized payment | Execute | -Source | |
| Reauthorize a Payment | -+ | Reauthorize a payment | Execute | -Source | |
| Get Details of Captured Payment | -+ | Get details of a captured payment | Execute | -Source | |
| Refund Captured Payment | -+ | Refund captured payment | Execute | -Source | |
| Delete saved CreditCard | -- | Execute | -- | Source | -