import {Flutterwave, AsyncPaymentOptions} from "flutterwave-angular-v3"
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user