Skip to content
Discussion options

You must be logged in to vote

Yep, you're on the right track!

The sync will ensure you get the up-to-date data on the Stripe Subscription, so you may want to just always sync it. sync will also return the subscription so you could just do:

pay_subscription = Pay::Stripe::Subscription.sync(subscription_id)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cercxtrova
Comment options

Answer selected by cercxtrova
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants