From 9c7a7e9cde25c67872522fab49154b06caf35063 Mon Sep 17 00:00:00 2001 From: ioannis-kody Date: Tue, 27 Aug 2024 13:31:18 +0100 Subject: [PATCH] Updated README (#11) --- samples/php8/ecom-server/public/checkout.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/samples/php8/ecom-server/public/checkout.php b/samples/php8/ecom-server/public/checkout.php index 58920fc..c942ed6 100644 --- a/samples/php8/ecom-server/public/checkout.php +++ b/samples/php8/ecom-server/public/checkout.php @@ -126,6 +126,13 @@ function valueChanged() {
  • Currency: The currency in which the payment will be made. This is configured in code for this demo.
  • Order ID: A unique identifier for the order. This can be changed to test different orders.
  • Return URL: The URL to which the user will be redirected after the payment is completed. This is shown as a read-only field to demonstrate what the return URL will be.
  • +
  • Enable expiration: Show the expiration options and include them in the request.
  • +
  • + +