Keep pending payment results in processing state

This commit is contained in:
IanShaw027
2026-04-21 00:53:52 +08:00
parent 067eb23d8e
commit c297d0112e
4 changed files with 155 additions and 6 deletions

View File

@@ -5441,6 +5441,8 @@ export default {
result: {
success: 'Payment Successful',
subscriptionSuccess: 'Subscription Successful',
processing: 'Payment Processing',
processingHint: 'Payment confirmation is still pending. This page will refresh automatically.',
failed: 'Payment Failed',
backToRecharge: 'Back to Recharge',
viewOrders: 'View Orders',