fix(payment): fail order polling after timeout

This commit is contained in:
2026-06-30 10:37:44 +08:00
parent c94c13d863
commit 01a17fbdc9
6 changed files with 142 additions and 7 deletions
@@ -107,6 +107,7 @@ export function SubscriptionScreen({
paymentDispatch({
type: "PaymentReturned",
orderId: result.data.orderId,
createdAt: result.data.createdAt,
});
};