finished trial tests and implementation

This commit is contained in:
John Yeo
2026-02-03 20:27:38 +00:00
parent 06d44632c7
commit e56dc0b663
62 changed files with 6887 additions and 861 deletions

View File

@@ -1,5 +1,4 @@
import { z } from "zod/v4";
import { FeatureOptionsSchema } from "../../../models/cusProductModels/cusProductModels.js";
import { ProductItemSchema } from "../../../models/productV2Models/productItemModels/productItemModels.js";
import { BillingParamsBaseSchema } from "../common/billingParamsBase.js";
@@ -16,8 +15,6 @@ export const ExtAttachParamsV0Schema = BillingParamsBaseSchema.extend({
finalize_invoice: z.boolean().optional(),
// Product config
options: z.array(FeatureOptionsSchema).nullish(),
version: z.number().optional(),
// Checkout behavior
redirect_mode: RedirectModeSchema.default("always"),