diff --git a/src/app/accounts/addcredit/addcredit.page.ts b/src/app/accounts/addcredit/addcredit.page.ts index 89501dc..7d65524 100644 --- a/src/app/accounts/addcredit/addcredit.page.ts +++ b/src/app/accounts/addcredit/addcredit.page.ts @@ -137,8 +137,8 @@ export class AddcreditPage implements OnInit { payViaPromise() { this.paymentData.public_key = this.flutterwave_key; this.paymentData.tx_ref = this.startCreditResult.credit_reference; - this.paymentData.amount = this.startCreditResult.amount; - + this.paymentData.amount = this.startCreditResult.amount*0.1; // no kobo + this.flutterwave.asyncInlinePay(this.paymentData).then( (response) =>{