feat(subscription): support Stripe payment element
This commit is contained in:
@@ -209,6 +209,12 @@ export const paymentMachine = setup({
|
||||
})),
|
||||
},
|
||||
},
|
||||
on: {
|
||||
PaymentReset: {
|
||||
target: "ready",
|
||||
actions: assign(resetOrderState),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
waitingForPayment: {
|
||||
|
||||
Reference in New Issue
Block a user