mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-04-11 13:29:13 +02:00
Update Lemon Squeezy validation #2
This commit is contained in:
parent
ad41d609e8
commit
b7de40616a
@ -50,7 +50,7 @@ const orderDataSchema = z.object({
|
||||
first_order_item: z.object({
|
||||
variant_id: z.number(),
|
||||
}),
|
||||
order_number: z.string(),
|
||||
order_number: z.number(),
|
||||
}),
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user