feat(payment): support user-bound seven-discount offers

This commit is contained in:
Codex
2026-07-23 16:11:20 +08:00
parent 05f625dd0b
commit 46588bd98c
39 changed files with 418 additions and 28 deletions
@@ -358,6 +358,7 @@ function makePaymentState(
giftProducts: [giftProduct],
selectedGiftCategory: giftCategory.category,
isFirstRecharge: false,
commercialOffer: null,
selectedPlanId: giftPlan.planId,
payChannel: "stripe",
autoRenew: false,