chore: sandbox & effective period logic

This commit is contained in:
Charlie Lamb
2026-02-03 14:55:53 +00:00
parent 781e85b6c0
commit 6951ebc97b
12 changed files with 107 additions and 29 deletions

View File

@@ -57,6 +57,7 @@ export const CheckoutChangeSchema = z.object({
* GET /checkouts/:checkout_id response
*/
export const GetCheckoutResponseSchema = z.object({
env: z.string(),
preview: BillingPreviewResponseSchema,
org: CheckoutOrgSchema,
customer: CheckoutCustomerSchema,