feat(subscription): support Stripe payment element

This commit is contained in:
2026-06-18 18:03:36 +08:00
parent 8cca42238e
commit 5bf98e9452
16 changed files with 402 additions and 76 deletions
+6
View File
@@ -209,6 +209,12 @@ export const paymentMachine = setup({
})),
},
},
on: {
PaymentReset: {
target: "ready",
actions: assign(resetOrderState),
},
},
},
waitingForPayment: {