Saving a Pay::Charge to a Devise User #515
-
*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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Make sure you're running the Stripe CLI so that webhooks can record charges and subscription changes. |
Beta Was this translation helpful? Give feedback.
Make sure you're running the Stripe CLI so that webhooks can record charges and subscription changes.