From 2f5a1c0c3423ba67475294df41d1848b17320f7f Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Tue, 30 Sep 2025 22:54:22 -0400 Subject: [PATCH] Fix payment UI documentation - buttons are REMOVED not disabled Payment buttons and QR codes are completely removed from the page once payment is received, not just disabled --- docs/CRYPTO_PROBLEMS.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CRYPTO_PROBLEMS.rst b/docs/CRYPTO_PROBLEMS.rst index 6065fb8..55b4eab 100644 --- a/docs/CRYPTO_PROBLEMS.rst +++ b/docs/CRYPTO_PROBLEMS.rst @@ -9,8 +9,8 @@ Payment Processing UI Behavior **Real-Time Status Updates**: - Quote page polls for payment status and updates immediately when payment detected - Status changes from "pending" → "received" → "confirmed" in real-time -- Payment buttons and QR codes are disabled once payment is received -- Prevents duplicate payments through UI lockout +- Payment buttons and QR codes are REMOVED once payment is received +- Prevents duplicate payments by removing all payment methods from the page **Automatic Redirects**: - Upon confirmation (as fast as 2 confirmations for small digital goods)