From 6bf992de5df16403add6d7285a61e1a0234388c5 Mon Sep 17 00:00:00 2001 From: rocketdebris Date: Thu, 29 Jan 2026 17:09:23 -0500 Subject: [PATCH] Added publicly available page stubs for the successful and cancelled payments. --- custom_ui/www/cancelled_payment.html | 1 + custom_ui/www/successful_payment.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 custom_ui/www/cancelled_payment.html create mode 100644 custom_ui/www/successful_payment.html diff --git a/custom_ui/www/cancelled_payment.html b/custom_ui/www/cancelled_payment.html new file mode 100644 index 0000000..f1a0534 --- /dev/null +++ b/custom_ui/www/cancelled_payment.html @@ -0,0 +1 @@ +

Payment cancelled.

diff --git a/custom_ui/www/successful_payment.html b/custom_ui/www/successful_payment.html new file mode 100644 index 0000000..e1006a7 --- /dev/null +++ b/custom_ui/www/successful_payment.html @@ -0,0 +1 @@ +

Thank you for your payment!