style(subscription): show gcash payment option
Docker Image / Build and Push Docker Image (push) Successful in 3m47s

This commit is contained in:
2026-07-08 14:40:28 +08:00
parent a2661c79e3
commit b4f01cdffb
6 changed files with 48 additions and 6 deletions
@@ -36,7 +36,7 @@ describe("subscription screen helpers", () => {
vi.unstubAllEnvs();
});
it("defaults Philippines users to Ezpay and other countries to Stripe", () => {
it("defaults Philippines users to GCash and other countries to Stripe", () => {
expect(getDefaultPayChannelForCountryCode("PH")).toBe("ezpay");
expect(getDefaultPayChannelForCountryCode("ph")).toBe("ezpay");
expect(getDefaultPayChannelForCountryCode("HK")).toBe("stripe");