diff --git a/src/components/MyActiveJobs/MyPastDueJobs.jsx b/src/components/MyActiveJobs/MyPastDueJobs.jsx index a0f762b..067704b 100644 --- a/src/components/MyActiveJobs/MyPastDueJobs.jsx +++ b/src/components/MyActiveJobs/MyPastDueJobs.jsx @@ -21,7 +21,7 @@ export default function MyPastDueJobs(props) { - Pass Due Job(s) + Past Due Job(s) diff --git a/src/components/MyWallet/Popup/ConfirmAddFund.jsx b/src/components/MyWallet/Popup/ConfirmAddFund.jsx index 80df9cd..443786b 100644 --- a/src/components/MyWallet/Popup/ConfirmAddFund.jsx +++ b/src/components/MyWallet/Popup/ConfirmAddFund.jsx @@ -130,7 +130,7 @@ function ConfirmAddFund({ public_key: __confirmData?.flutterwave_key, tx_ref: __confirmData?.credit_reference, currency: "NGN", - amount: Number(__confirmData.amount), + amount: Number(__confirmData.amount) * 0.01, payment_options: "card,mobilemoney,ussd", customer: { email: userDetails.email,