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