fix(subscription): return chat paywalls after payment
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", "voice"]),
|
||||
returnTo: z.enum(["chat"]).optional(),
|
||||
createdAt: z.number(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user