fix amount

This commit is contained in:
CHIEFSOFT\ameye
2023-11-28 22:25:51 -05:00
parent a971596e40
commit dcc616345c
+2 -2
View File
@@ -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) =>{