Merge pull request #28586 from overleaf/ls-dropdown-to-select-segment

Add dropdown in admin panel for finance to set customer segment

GitOrigin-RevId: 3f730bc71b839ed97fa6ce867a25d44c06e60e2f
This commit is contained in:
Liangjun Song
2025-09-26 17:46:45 +08:00
committed by Copybot
parent b371a548f3
commit e075cc5132
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -278,6 +278,7 @@ export interface Meta {
customerId: string
subscriptionState: string | null
paymentProviderService: StripePaymentProviderService | null
segment: string | null
}
'ol-subscription': any // TODO: mixed types, split into two fields
'ol-subscriptionChangePreview': SubscriptionChangePreview
+1
View File
@@ -26,6 +26,7 @@ export type AdminCapability =
| 'view-split-test'
| 'view-user-additional-info'
| 'create-stripe-account'
| 'update-stripe-customer-segment'
export type AdminRole =
| 'engagement'