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
+1 -1
View File
@@ -212,7 +212,7 @@ export function SubscriptionScreen({
<SubscriptionPaymentMethod
value={payment.payChannel}
disabled={isPaymentBusy}
caption="Ezpay by default in the Philippines"
caption="GCash by default in the Philippines"
onChange={(payChannel) => {
paymentDispatch({
type: "PaymentPayChannelChanged",