mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 14:49:01 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user