Fixed the credit issues

This commit is contained in:
2023-11-27 01:12:24 -08:00
parent 35ed1d48a3
commit a98d967ba4
3 changed files with 4 additions and 2 deletions
@@ -71,6 +71,7 @@ function AddFundPop({
// Prepare state data for API call
let stateData = {
amount: Number(input) * 100,
card_uid: "", //added card_uid as empty string
currency: walletItem?.code,
};