ashinzekene / angular4-paystack

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

Angular 17 Directive - #93

Open BeetrootToYourself opened 7 months ago

BeetrootToYourself commented 7 months ago

Hi There,

Firstly thanks for this. Definitely speeds up the process. Think there may be bug introduced in the last patches:

Console reads: ANGULAR-PAYSTACK: Insert a callback output like so (callback)='PaymentComplete($event)' to check payment status

Seems the callback is not passing all the way through - this is true using both the AngularPaystackComponent and the AngularPaystackDirective.

Paystack is being provided in the app module: Angular4PaystackModule.forRoot()

ashinzekene commented 7 months ago

Just tested and it works, can you share what you're doing or follow the example here