revert(payment): remove unsupported Stripe and EzPay upgrade

This commit is contained in:
Codex
2026-07-29 17:23:01 +08:00
parent ee6ab77f4d
commit 3547f49bd9
54 changed files with 327 additions and 1747 deletions
-12
View File
@@ -63,15 +63,3 @@ export const topUpHandoffResponse = {
loginProvider: "facebook_messenger",
},
};
export const checkoutHandoffResponse = {
token: "e2e-checkout-token",
refreshToken: "e2e-checkout-refresh-token",
loginStatus: "email",
user: e2eEmailUser,
checkoutIntent: {
planId: "vip_monthly",
autoRenew: true,
commercialOfferId: "13ec8a10-58d7-4d24-b66b-8db5699a1aa8",
},
};