You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to implement stripe payment in my application. At first, I had a raw body problem, which I fixed according to documentation. Secondly, I had a problem with stripe-cli not being able to send requests because of the auth guard. I fixed it with Public decorator. The current problem is that the library cannot find defined webhook handlers.
I was trying to implement stripe payment in my application. At first, I had a raw body problem, which I fixed according to documentation. Secondly, I had a problem with stripe-cli not being able to send requests because of the auth guard. I fixed it with Public decorator. The current problem is that the library cannot find defined webhook handlers.
subscription.webhook.service.ts
subscription.module.ts
Stripe CLI shows expected results
Stripe event objects are logged. I think it's a default situation for the handlers' absence.
I've been stuck with this problem for a couple of hours, so I'm looking forward to the help. Thanks in advance!
The text was updated successfully, but these errors were encountered: