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