diff --git a/src/components/MyWallet/AddFundDollars.jsx b/src/components/MyWallet/AddFundDollars.jsx index 6705d25..65343c6 100644 --- a/src/components/MyWallet/AddFundDollars.jsx +++ b/src/components/MyWallet/AddFundDollars.jsx @@ -103,6 +103,7 @@ function AddFundDollars(props) { amount: Number(props.input), currency: props.currency, card: prevCardDetails["payment-card"], + cardType: "prev", }; return setTimeout(() => { @@ -132,7 +133,7 @@ function AddFundDollars(props) { }); }, []); - const handleClose = props.onClose + const handleClose = props.onClose; return ( <> diff --git a/src/components/MyWallet/AddFundPop.jsx b/src/components/MyWallet/AddFundPop.jsx index fda5714..e8566f5 100644 --- a/src/components/MyWallet/AddFundPop.jsx +++ b/src/components/MyWallet/AddFundPop.jsx @@ -118,7 +118,7 @@ function AddFundPop({ _payment, input, setInput, onClose, setConfirmCredit }) {