feat(tip): support tiered coffee gifts
This commit is contained in:
@@ -10,6 +10,7 @@ const PendingPaymentOrderSchema = z.object({
|
||||
orderId: z.string().min(1),
|
||||
payChannel: z.literal("ezpay"),
|
||||
subscriptionType: z.enum(["vip", "topup", "tip"]),
|
||||
tipCoffeeType: z.enum(["small", "medium", "large"]).optional(),
|
||||
returnTo: z.enum(["chat"]).optional(),
|
||||
createdAt: z.number(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user