selected input @signup appears not selected when not checked #361

Merged
ameye merged 4 commits from tx_ref-change into master 2023-07-29 15:45:26 +00:00
Showing only changes of commit eb3e78244d - Show all commits
@@ -113,7 +113,7 @@ function ConfirmAddFund({
const config = {
public_key: process.env.REACT_APP_FLUTTERWAVE_APIKEY,
tx_ref: Date.now(),
tx_ref: __confirmData?.credit_reference,
currency: "NGN",
amount: Number(__confirmData.amount),
payment_options: "card,mobilemoney,ussd",
@@ -302,6 +302,8 @@ function ConfirmAddFund({
}));
}
console.log(__confirmData)
return (
<div className="content-wrapper w-full h-[32rem]">
<div className="w-full mb-10">