From aae6d724a44eae6956742f2df1c259c8be8bdaa8 Mon Sep 17 00:00:00 2001 From: Kristina <7614497+khjrtbrg@users.noreply.github.com> Date: Tue, 8 Jul 2025 14:22:09 +0200 Subject: [PATCH] [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 --- services/web/frontend/js/utils/meta.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/js/utils/meta.ts b/services/web/frontend/js/utils/meta.ts index 69552f9b1a..f8da39f909 100644 --- a/services/web/frontend/js/utils/meta.ts +++ b/services/web/frontend/js/utils/meta.ts @@ -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