[web] link to correct Stripe dashboard from admin panel (#26756)

* [web] link to correct Stripe dashboard from admin panel
* [web] be more careful about constructing the base URL
* [web] be extra careful about accessing values in the subscription
* [web] switch to plain text environment variables

GitOrigin-RevId: 5fa802fce11967f56289b11476f39e2e1d5a9c74
This commit is contained in:
Kristina
2025-07-08 14:22:09 +02:00
committed by Copybot
parent ffc5c66e43
commit aae6d724a4

View File

@@ -247,6 +247,7 @@ export interface Meta {
'ol-splitTestVariants': { [name: string]: string }
'ol-ssoDisabled': boolean
'ol-ssoErrorMessage': string
'ol-stripeAccountId': string
'ol-stripeCustomerId': string
'ol-subscription': any // TODO: mixed types, split into two fields
'ol-subscriptionChangePreview': SubscriptionChangePreview