Stripe: allow passing custom parameters to the Checkout session
This commit is contained in:
@@ -15,4 +15,5 @@ export const CreateBillingCheckoutSchema = z.object({
|
||||
quantity: z.number(),
|
||||
}),
|
||||
),
|
||||
metadata: z.record(z.string()).optional(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user