feat(server): support onetime payment subscription (#8369)

This commit is contained in:
forehalo
2024-10-10 10:12:40 +00:00
parent 06e059db88
commit 69fb5c06f4
13 changed files with 486 additions and 50 deletions

View File

@@ -100,6 +100,7 @@ export const Component = () => {
plan: targetPlan,
coupon: null,
recurring: targetRecurring,
variant: null,
successCallbackLink: generateSubscriptionCallbackLink(
account,
targetPlan,