From 768e9cbe0e8b116e2edcb68f6315196ef307b6a7 Mon Sep 17 00:00:00 2001 From: Vani Gupta Date: Fri, 10 Apr 2026 13:24:03 +0530 Subject: [PATCH] feat:add allowCreditCards params for gpay --- src/Types/GooglePayType.res | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Types/GooglePayType.res b/src/Types/GooglePayType.res index acbbf276e..31e8b731f 100644 --- a/src/Types/GooglePayType.res +++ b/src/Types/GooglePayType.res @@ -54,6 +54,7 @@ type parameters = { gatewayMerchantId: option, allowedAuthMethods: option>, allowedCardNetworks: option>, + allowCreditCards: option, } type tokenizationSpecification = {