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
Copy file name to clipboardExpand all lines: src/three-d-secure/index.js
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ var wrapPromise = require("@braintree/wrap-promise");
24
24
* @param {Client} [options.client] A {@link Client} instance.
25
25
* @param {string} [options.authorization] A tokenizationKey or clientToken. Can be used in place of `options.client`.
26
26
* @param {(number|string)} [options.version=1] The version of 3D Secure to use. Possible options:
27
-
* * 1 - The legacy 3D Secure v1.0 integration.
28
27
* * 2 - A 3D Secure v2.0 integration that uses a modal to host the 3D Secure iframe.
29
28
* * 2-bootstrap3-modal - A 3D Secure v2.0 integration that uses a modal styled with Bootstrap 3 styles to host the 3D Secure iframe. Requires having the Bootstrap 3 script files and stylesheets on your page.
30
29
* * 2-inline-iframe - A 3D Secure v2.0 integration that provides the authentication iframe directly to the merchant.
0 commit comments