ashinzekene / angular4-paystack

💵 An angular2+ module for paystack transactions
https://ashinzekene.github.io/angular4-paystack/
MIT License
59 stars 37 forks source link

Remove channels parameter which limits payment channels shown #15

Closed steveamaza closed 5 years ago

steveamaza commented 5 years ago

Passing the parameter channels: ["card", "bank"] is limiting the payment channels on checkout and not showing the USSD, and Visa QR options.

Removing this parameter allows merchants to have all channels by default. They can still pass in channels of choice if they need to restrict.

ashinzekene commented 5 years ago

This has been fixed and published. Thanks