|
Hi! Thanks for creating this great gem. When payment is successful at Stripe and it returns to my (localhost) site, it doesn't create an entry in pay_charges. The Pay::Webhooks::StripeController appears to look for 'Stripe-Signature', although that isn't in the event object returned by Stripe. Installed: |
Answered by
excid3
Dec 13, 2021
Replies: 1 comment 4 replies
|
Interesting. I wonder why it is XML? It should be JSON I'm pretty sure from the Stripe CLI. |
4 replies
Answer selected by
excid3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Interesting. I wonder why it is XML? It should be JSON I'm pretty sure from the Stripe CLI.