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;