Saving a Pay::Charge to a Devise User #515
Answered
by
excid3
Sumner-David
asked this question in
Q&A
|
*Using Gem V2 as that is what the tutorial used I've been following the Stripe Checkout video for a site that uses a devise model named Subscribers. When a payment is successful i get redirected as expected but the Pay::Charge model does not get created when looking in the rails console. Would this be because my subscriber has no set first_name and last_name and Pay somehow uses those to create the object? The same happens when I make a successful subscription |
Answered by
excid3
Jan 7, 2022
Replies: 1 comment 3 replies
|
Make sure you're running the Stripe CLI so that webhooks can record charges and subscription changes. |
3 replies
Answer selected by
Sumner-David
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure you're running the Stripe CLI so that webhooks can record charges and subscription changes.