feat(tip): support dynamic gift products
This commit is contained in:
@@ -10,5 +10,11 @@ export const tipPaymentPlansResponse = { plans: [
|
||||
] };
|
||||
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 paidPaymentOrderStatusResponse = {
|
||||
orderId: paymentOrderId,
|
||||
status: "paid",
|
||||
orderType: "vip_monthly",
|
||||
planId: "vip_monthly",
|
||||
creditsAdded: 0,
|
||||
};
|
||||
export const vipStatusResponse = { isVip: false, expiresAt: null };
|
||||
|
||||
Reference in New Issue
Block a user