diff --git a/src/app/accounts/addcredit/addcredit.page.ts b/src/app/accounts/addcredit/addcredit.page.ts index 31f5d98..7733636 100644 --- a/src/app/accounts/addcredit/addcredit.page.ts +++ b/src/app/accounts/addcredit/addcredit.page.ts @@ -36,7 +36,7 @@ export class AddcreditPage implements OnInit { customizations = {title: 'Customization Title', description: 'Customization Description', logo: 'https://flutterwave.com/images/logo-colored.svg'} meta = {'counsumer_id': '7898', 'consumer_mac': 'kjs9s8ss7dd'} - +/* paymentData : AsyncPaymentOptions = { public_key: this.publicKey, tx_ref: this.generateReference(), @@ -47,8 +47,7 @@ export class AddcreditPage implements OnInit { customer: this.customerDetails, customizations: this.customizations, } - - +*/ constructor(private navctr: NavController, private router: Router,