-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Store Stripe Customer ID #13935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In the first phase, we'll introduce the DB schema and the DB model, and we'll populate it during the Customer Search (use it as a cache). In the subsequent phase, we'll also move the CreateStripeCustomer call over to usage and store it in the DB directly then. |
This is now running behind a feature flag in production. We'll continue to monitor for the next week and if all looks good, we can remove the feature flag. Tracking flag removal in #14039 |
Validation so far looks great. Closing this issue. |
We actually need to store the Stripe Customer ID to avoid eventual consistency on Stripe Search API.
This issue blocks #13201
The text was updated successfully, but these errors were encountered: