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
This commit is contained in:
Russell Ballestrini 2025-09-30 22:54:22 -04:00
parent 078fe1fe99
commit 2f5a1c0c34

View file

@ -9,8 +9,8 @@ Payment Processing UI Behavior
**Real-Time Status Updates**: **Real-Time Status Updates**:
- Quote page polls for payment status and updates immediately when payment detected - Quote page polls for payment status and updates immediately when payment detected
- Status changes from "pending" → "received" → "confirmed" in real-time - Status changes from "pending" → "received" → "confirmed" in real-time
- Payment buttons and QR codes are disabled once payment is received - Payment buttons and QR codes are REMOVED once payment is received
- Prevents duplicate payments through UI lockout - Prevents duplicate payments by removing all payment methods from the page
**Automatic Redirects**: **Automatic Redirects**:
- Upon confirmation (as fast as 2 confirmations for small digital goods) - Upon confirmation (as fast as 2 confirmations for small digital goods)