@stripe/stripe-js
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -57,3 +57,3 @@ function _typeof(obj) { | ||
name: 'stripe-js', | ||
version: "2.1.6", | ||
version: "2.1.7", | ||
startTime: startTime | ||
@@ -60,0 +60,0 @@ }); |
@@ -61,3 +61,3 @@ 'use strict'; | ||
name: 'stripe-js', | ||
version: "2.1.6", | ||
version: "2.1.7", | ||
startTime: startTime | ||
@@ -64,0 +64,0 @@ }); |
@@ -41,3 +41,3 @@ var V3_URL = 'https://js.stripe.com/v3'; | ||
name: 'stripe-js', | ||
version: "2.1.6", | ||
version: "2.1.7", | ||
startTime: startTime | ||
@@ -44,0 +44,0 @@ }); |
@@ -45,3 +45,3 @@ 'use strict'; | ||
name: 'stripe-js', | ||
version: "2.1.6", | ||
version: "2.1.7", | ||
startTime: startTime | ||
@@ -48,0 +48,0 @@ }); |
{ | ||
"name": "@stripe/stripe-js", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "Stripe.js loading utility", | ||
@@ -5,0 +5,0 @@ "main": "dist/stripe.js", |
@@ -620,2 +620,14 @@ import { | ||
type PaymentMethodOptions = { | ||
card?: {require_cvc_recollection?: boolean}; | ||
us_bank_account?: { | ||
financial_connections?: { | ||
permissions?: Array< | ||
'balances' | 'ownership' | 'payment_method' | 'transactions' | ||
>; | ||
}; | ||
verification_method?: 'automatic' | 'instant'; | ||
}; | ||
}; | ||
/** | ||
@@ -776,2 +788,16 @@ * Options to create an `Elements` instance with. | ||
/** | ||
* Additional payment-method-specific options for configuring Payment Element behavior. | ||
* | ||
* @docs https://stripe.com/docs/js/elements_object/create_without_intent#stripe_elements_no_intent-options-paymentMethodOptions | ||
*/ | ||
paymentMethodOptions?: PaymentMethodOptions; | ||
/** | ||
* Additional payment-method-specific options for configuring Payment Element behavior. | ||
* | ||
* @docs https://stripe.com/docs/js/elements_object/create_without_intent#stripe_elements_no_intent-options-paymentMethodOptions | ||
*/ | ||
payment_method_options?: PaymentMethodOptions; | ||
/** | ||
* Either use mode or clientSecret when creating an Elements group | ||
@@ -778,0 +804,0 @@ */ |
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
437918
11839