@dodopayments/nextjs 0.1.7 → 0.1.8
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.cjs
CHANGED
|
@@ -7168,7 +7168,7 @@ var checkoutQuerySchema = zod.z.object({
|
|
|
7168
7168
|
showDiscounts: zod.z.string().optional(),
|
|
7169
7169
|
// Metadata (allow any key starting with metadata_)
|
|
7170
7170
|
// We'll handle metadata separately in the handler
|
|
7171
|
-
});
|
|
7171
|
+
}).catchall(zod.z.unknown());
|
|
7172
7172
|
// Add Zod schema for dynamic checkout body
|
|
7173
7173
|
var dynamicCheckoutBodySchema = zod.z
|
|
7174
7174
|
.object({
|