-
-
Notifications
You must be signed in to change notification settings - Fork 350
Description
I'm currently upgrading pay, and I've seen this in the changelog, but not in the Upgrade-docs:
[Breaking] Moved Stripe charge attributes to pay_charge.stripe_invoice to simplify integrations and provide access to more data
This requires re-syncing Pay charges and subscriptions to update the cached data. Receipts and invoices expect to be able to access these details in the new format. We recommend syncing records either in task after deployment or before the data is displayed in a request.
I'm coming from a pre-object version, so I don't have any objects synced in production right now, but everything is still in data. In that case, do I need to pro-actively sync subscriptions / charges, or will that happen automatically when accessing the object if it is missing?