@dodopayments/fastify 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1822,7 +1822,7 @@ var checkoutQuerySchema = z.object({
|
|
|
1822
1822
|
showDiscounts: z.string().optional(),
|
|
1823
1823
|
// Metadata (allow any key starting with metadata_)
|
|
1824
1824
|
// We'll handle metadata separately in the handler
|
|
1825
|
-
});
|
|
1825
|
+
}).catchall(z.unknown());
|
|
1826
1826
|
// Add Zod schema for dynamic checkout body
|
|
1827
1827
|
var dynamicCheckoutBodySchema = z
|
|
1828
1828
|
.object({
|