It is better that you explain what you did instead of us guessing what you've missed.
Aug 7, 2020
7
Level 7
Cashier with Stripe webhook not updating the model
I create a checkout session, complete the payment and get redirected to the success URL.
Then, I'm expecting Stripe to hit the endpoint i defined at the Stripe dashboard (using ngrok since its in my local machine), but it never hits and the code doesn't get exectued.
Also I tried to send a test request inside the Stripe's webhook dashboard and it says: "Success. Webhook Handled" but it never hits my code since I have a log inside the method.
I'm kind of new with webhooks. Am I missing something?
Level 102
Does it change anything if you don't extend the original class?
Please or to participate in this conversation.