From 449d5f24c21ee8296d463e538de92d2cf83dda2a Mon Sep 17 00:00:00 2001 From: Randy Straka Date: Fri, 27 Oct 2017 09:51:11 -0500 Subject: [PATCH] Adding a Checkout JS example that requires minimum changes to current samples --- sample/index.php | 25 +++ .../payments/CreatePaymentUsingCheckoutJs.php | 152 ++++++++++++++++++ sample/payments/CreatePaymentUsingPayPal.php | 2 +- 3 files changed, 178 insertions(+), 1 deletion(-) create mode 100644 sample/payments/CreatePaymentUsingCheckoutJs.php diff --git a/sample/index.php b/sample/index.php index 000e7209..ae4771f9 100644 --- a/sample/index.php +++ b/sample/index.php @@ -240,6 +240,31 @@ class="fa fa-exclamation-triangle"> Report Issues