feat(subscription): add payment channel selector

This commit is contained in:
2026-06-22 16:13:06 +08:00
parent ec8c559a19
commit 5ed43a37ce
7 changed files with 169 additions and 9 deletions
+1
View File
@@ -108,6 +108,7 @@ export const paymentMachine = setup({
},
PaymentPayChannelChanged: {
actions: assign(({ event }) => ({
...resetOrderState(),
payChannel: event.payChannel,
errorMessage: null,
})),