fix(payment): fail order polling after timeout
This commit is contained in:
@@ -107,6 +107,7 @@ export function SubscriptionScreen({
|
||||
paymentDispatch({
|
||||
type: "PaymentReturned",
|
||||
orderId: result.data.orderId,
|
||||
createdAt: result.data.createdAt,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user