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

[web] pass locale and currency to Stripe checkout

GitOrigin-RevId: 410cde4849226a70c5a6b295554d96984f48f9fb
This commit is contained in:
Kristina
2025-06-13 11:03:58 +02:00
committed by Copybot
parent abb9d9e217
commit f13dc2d884

View File

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