test(e2e): cover chat limit payment flow
This commit is contained in:
@@ -165,6 +165,23 @@ export const paymentPlansResponse = {
|
||||
],
|
||||
};
|
||||
|
||||
export const paymentOrderId = "order_e2e_vip_monthly";
|
||||
|
||||
export const createPaymentOrderResponse = {
|
||||
orderId: paymentOrderId,
|
||||
payParams: {
|
||||
provider: "stripe",
|
||||
clientSecret: "pi_e2e_secret_mock",
|
||||
},
|
||||
};
|
||||
|
||||
export const paidPaymentOrderStatusResponse = {
|
||||
orderId: paymentOrderId,
|
||||
status: "paid",
|
||||
orderType: "vip_monthly",
|
||||
planId: "vip_monthly",
|
||||
};
|
||||
|
||||
export const vipStatusResponse = {
|
||||
isVip: false,
|
||||
expiresAt: null,
|
||||
|
||||
Reference in New Issue
Block a user