You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag) used to globally configure localization in Stripe.js.
50
+
* Setting the locale here will localize error strings for all Stripe.js methods.
51
+
* It will also configure the locale for [Elements](#element_mount) and [Checkout](https://stripe.com/docs/js/checkout/redirect_to_checkout). Default is `auto` (Stripe detects the locale of the browser).
52
+
*
53
+
* Supported values depend on which features you are using.
54
+
* Checkout supports a slightly different set of locales than the rest of Stripe.js.
55
+
* If you are planning on using Checkout, make sure to use a [value](#checkout_redirect_to_checkout-options-locale) that it supports.
56
+
*/
57
+
varlocale: js.UndefOr[String] = js.undefined
58
+
59
+
/**
60
+
* For usage with [Connect](https://stripe.com/docs/connect) only.
61
+
* Specifying a connected account ID (e.g., `acct_24BFMpJ1svR5A89k`) allows you to perform actions on behalf of that account.
* The [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag) used to globally configure localization in Stripe.js.
61
-
* Setting the locale here will localize error strings for all Stripe.js methods.
62
-
* It will also configure the locale for [Elements](#element_mount) and [Checkout](https://stripe.com/docs/js/checkout/redirect_to_checkout). Default is `auto` (Stripe detects the locale of the browser).
63
-
*
64
-
* Supported values depend on which features you are using.
65
-
* Checkout supports a slightly different set of locales than the rest of Stripe.js.
66
-
* If you are planning on using Checkout, make sure to use a [value](#checkout_redirect_to_checkout-options-locale) that it supports.
67
-
*/
68
-
varlocale: js.UndefOr[String] = js.undefined
69
-
70
-
/**
71
-
* For usage with [Connect](https://stripe.com/docs/connect) only.
72
-
* Specifying a connected account ID (e.g., `acct_24BFMpJ1svR5A89k`) allows you to perform actions on behalf of that account.
0 commit comments