fix amount
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user