mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
Merge pull request #26641 from overleaf/kh-use-stripe-us-client
[web] use Stripe US client GitOrigin-RevId: 9b99ba8c7ac900c528526cf7e18fec48761e0091
This commit is contained in:
@@ -108,6 +108,10 @@ export type MemberGroupSubscription = Omit<GroupSubscription, 'admin_id'> & {
|
||||
}
|
||||
|
||||
type PaymentProviderService = 'stripe-us' | 'stripe-uk' | 'recurly'
|
||||
export type StripePaymentProviderService = Exclude<
|
||||
PaymentProviderService,
|
||||
'recurly'
|
||||
>
|
||||
|
||||
export type PaymentProvider = {
|
||||
service: PaymentProviderService
|
||||
|
||||
Reference in New Issue
Block a user