From ad5c528896cb38cf131bc6cb94d271f2dedde7fb Mon Sep 17 00:00:00 2001 From: Kristina <7614497+khjrtbrg@users.noreply.github.com> Date: Wed, 9 Jul 2025 10:33:01 +0200 Subject: [PATCH] Revert "Revert "[web] link to correct Stripe dashboard from admin panel (#26756)"" (#26984) This reverts commit 30aae5a0b0849a736e27e34661971dd9a950202e. GitOrigin-RevId: c4837ece509a1f8da525f49895402f2f4f298f11 --- 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