From 6741f0aa16545308ad599976a1dec82b5a961abd Mon Sep 17 00:00:00 2001 From: Kanika Bansal Date: Mon, 14 Oct 2024 17:15:06 +0530 Subject: [PATCH] feat: fiuu google pay gateway name --- .../Connectors/ConnectorMetaData/GooglePay/GooglePayUtils.res | 1 + 1 file changed, 1 insertion(+) diff --git a/src/screens/Connectors/ConnectorMetaData/GooglePay/GooglePayUtils.res b/src/screens/Connectors/ConnectorMetaData/GooglePay/GooglePayUtils.res index de018b27e..16a089930 100644 --- a/src/screens/Connectors/ConnectorMetaData/GooglePay/GooglePayUtils.res +++ b/src/screens/Connectors/ConnectorMetaData/GooglePay/GooglePayUtils.res @@ -16,6 +16,7 @@ let getCustomGateWayName = connector => { | Processors(AUTHORIZEDOTNET) => "authorizenet" | Processors(GLOBALPAY) => "globalpayments" | Processors(BANKOFAMERICA) | Processors(CYBERSOURCE) => "cybersource" + | Processors(FIUU) => "molpay" | _ => connector } }