Skip to content

Commit

Permalink
fix: currency added
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed Jan 12, 2024
1 parent f24804d commit 783b93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/HyperSwitch/SDKPayment/SDKPaymentUtils.res
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
},
}
Expand Down

0 comments on commit 783b93d

Please sign in to comment.