@stripe/stripe-js
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@stripe/stripe-js", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Stripe.js loading utility", | ||
@@ -5,0 +5,0 @@ "main": "dist/stripe.js", |
@@ -366,2 +366,7 @@ ///<reference path='./checkout.d.ts' /> | ||
/** | ||
* Override your account's [API version](https://stripe.com/docs/api/versioning). | ||
*/ | ||
apiVersion?: string; | ||
/** | ||
* The [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag) used to globally configure localization in Stripe.js. | ||
@@ -368,0 +373,0 @@ * Setting the locale here will localize error strings for all Stripe.js methods. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
168585
4195