feat(payment): expand Stripe methods and checkout handoff

This commit is contained in:
Codex
2026-07-28 16:27:03 +08:00
parent fcb2492118
commit aee35353a3
42 changed files with 1151 additions and 92 deletions
@@ -359,6 +359,8 @@ function makePaymentState(
selectedGiftCategory: giftCategory.category,
isFirstRecharge: false,
commercialOffer: null,
commercialOfferId: null,
chatActionId: null,
selectedPlanId: giftPlan.planId,
payChannel: "stripe",
autoRenew: false,