style(subscription): show gcash payment option
Docker Image / Build and Push Docker Image (push) Successful in 3m47s
Docker Image / Build and Push Docker Image (push) Successful in 3m47s
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user