From 783b93d958cf410b8b1c68f1b1c7e0917cb286a8 Mon Sep 17 00:00:00 2001 From: Pritish Budhiraja <1805317@kiit.ac.in> Date: Fri, 12 Jan 2024 16:29:06 +0530 Subject: [PATCH] fix: currency added --- src/screens/HyperSwitch/SDKPayment/SDKPaymentUtils.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/HyperSwitch/SDKPayment/SDKPaymentUtils.res b/src/screens/HyperSwitch/SDKPayment/SDKPaymentUtils.res index df8ff34f0..352c04a30 100644 --- a/src/screens/HyperSwitch/SDKPayment/SDKPaymentUtils.res +++ b/src/screens/HyperSwitch/SDKPayment/SDKPaymentUtils.res @@ -91,7 +91,7 @@ let getTypedValueForPayment: Js.Json.t => SDKPaymentTypes.paymentType = values = mandate_type: { multi_use: { amount: 10000, - currency: "USD", + currency: dictOfValues->getString("currency", "United States-USD"), }, }, }