Replies: 1 comment 1 reply
-
|
It happens automatically for subscriptions, see: df14c6d I probably need to add that to Charges too. Edit: done! You can also do it proactively which I would recommend just to backfill everything. Pay::Stripe::Charge.find_each { it.sync! }
Pay::Stripe::Subscription.find_each { it.sync! } |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently upgrading pay, and I've seen this in the changelog, but not in the Upgrade-docs:
I'm coming from a pre-
objectversion, so I don't have any objects synced in production right now, but everything is still indata. In that case, do I need to pro-actively sync subscriptions / charges, or will that happen automatically when accessing theobjectif it is missing?Beta Was this translation helpful? Give feedback.
All reactions