fix(billing): 复用待支付套餐订单

This commit is contained in:
Entropy.Xu
2026-05-28 23:09:36 +08:00
parent ef2953038e
commit 906742e3c4
12 changed files with 636 additions and 1 deletions
+1
View File
@@ -126,6 +126,7 @@ export interface BillingCheckoutResponse {
product?: BillingPlan | null
}
payment_instructions: Record<string, unknown>
reused_pending_order?: boolean
}
export interface UserPlanEntitlement {