fix amount

This commit is contained in:
CHIEFSOFT\ameye
2023-12-02 05:27:25 -05:00
parent 371e7122d8
commit e08207e0f7
+1 -1
View File
@@ -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;