Przeglądaj źródła

Merge pull request #25771 from overleaf/kh-pass-locale-to-checkout

[web] pass locale and currency to Stripe checkout

GitOrigin-RevId: 410cde4849226a70c5a6b295554d96984f48f9fb
Kristina 1 rok temu
rodzic
commit
53fc78d83e
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      services/web/types/subscription/currency.ts

+ 1 - 0
services/web/types/subscription/currency.ts

@@ -20,3 +20,4 @@ export const currencies = <const>{
 
 
 type Currency = typeof currencies
 type Currency = typeof currencies
 export type CurrencyCode = keyof Currency
 export type CurrencyCode = keyof Currency
+export type StripeCurrencyCode = Lowercase<CurrencyCode>