From e08207e0f726ea21a39c8f0976b4f8e928694327 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 2 Dec 2023 05:27:25 -0500 Subject: [PATCH] fix amount --- src/app/accounts/addcredit/addcredit.page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/accounts/addcredit/addcredit.page.ts b/src/app/accounts/addcredit/addcredit.page.ts index 8a27b9d..85d70e5 100644 --- a/src/app/accounts/addcredit/addcredit.page.ts +++ b/src/app/accounts/addcredit/addcredit.page.ts @@ -145,7 +145,7 @@ export class AddcreditPage implements OnInit { this.isProcessDisabled = true; this.paymentData.public_key = this.flutterwave_key; this.paymentData.tx_ref = this.startCreditResult.credit_reference; - this.paymentData.amount = this.startCreditResult.amount*0.1; // no kobo + this.paymentData.amount = this.startCreditResult.amount*0.01; // no kobo this.paymentData.meta = this.meta; this.paymentData.customer = this.customerDetails;