From 6b9c3dea21fac67e6bccdf0f762226898b38aec1 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 27 Nov 2023 19:55:58 -0500 Subject: [PATCH] import {Flutterwave, AsyncPaymentOptions} from "flutterwave-angular-v3" --- src/app/accounts/addcredit/addcredit.page.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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,