We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d35aed commit 133223eCopy full SHA for 133223e
1 file changed
src/schemas/checkout.ts
@@ -1,12 +1,12 @@
1
import { z } from "zod";
2
+import { CurrencySchema } from "./currency";
3
import {
4
BaseInvoiceSchema,
5
DynamicAmountPendingInvoiceSchema,
6
FixedAmountPendingInvoiceSchema,
7
PaidInvoiceSchema,
8
} from "./invoice";
9
import { CheckoutProductSchema } from "./product";
-import { CurrencySchema } from "./currency";
10
11
/**
12
* Valid fields that can be required at checkout time.
0 commit comments