You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a Stripe usage-based Subscription, we link a Stripe Customer to a Stripe Product via a "Stripe Price" (technically, a different ID depending on EUR or USD currency)
Currently, we hard-code the Stripe Price IDs in code:
Part of #9036
When creating a Stripe usage-based Subscription, we link a Stripe Customer to a Stripe Product via a "Stripe Price" (technically, a different ID depending on EUR or USD currency)
Currently, we hard-code the Stripe Price IDs in code:
gitpod/components/server/ee/src/user/stripe-service.ts
Lines 119 to 123 in 7bf63df
Instead, we should configure them in a
server
configmap (for preview envs, staging, and production).The text was updated successfully, but these errors were encountered: