braintree-web-drop-in icon indicating copy to clipboard operation
braintree-web-drop-in copied to clipboard

Braintree Drop-in for the web

Results 85 braintree-web-drop-in issues
Sort by recently updated
recently updated
newest added

### General information * SDK/Library version: 1.27.0 * Environment: Sandbox * Browser and Chrome/mac ### Issue description Please split up `async braintree.dropin.create()` into `async initialize()` and a sync `mount()`. That...

v2

### General information * SDK/Library version: 1.27.0 * Environment: Sandbox * Browser and OS: Chrome 89.0.4389.72 ### Issue description #### Steps to reproduce ``` npm i braintree-web-drop-in npm i @types/braintree-web-drop-in...

### General information * SDK/Library version: 1.10.0 * Environment: Sandbox * Browser and OS: Chrome Version 66.0.3359.139 (Official Build) (64-bit) on MacOS MacOS 10.12.3 ### How I Arrived at the...

v2

> If I can ask one question: I was searching in the Drop-in UI Developer guides; however, I can't find a way how to remove some of the logos of...

I got `TypeError: Cannot read property 'appendChild' of null` here https://github.com/braintree/braintree-web-drop-in/blob/913dfb4548fd12415906a1fc5ab9589df5e11423/src/views/main-view.js#L182 I guess that's because `setPrimaryView` is called in `setTimeout` https://github.com/braintree/braintree-web-drop-in/blob/913dfb4548fd12415906a1fc5ab9589df5e11423/src/views/main-view.js#L94-L96 and we can actually have no element with `lower-container`...

v2

### General information * SDK/Library version: braintree-web-drop-in 1.21.0 * Environment: Production * Browser and OS: Firefox 72.0.2 on Linux ### Issue description Some users have been consistently experiencing the `hostedFieldsFailedTokenizationError`...

### General information * SDK/Library version: 1.19.0, also tried latest 1.22.1 * Environment: Production * Browser and OS: Chrome Version 80.0.3987.122 (Official Build) (64-bit) ### Issue description Steps to reproduce...

v2

Hey, I have the `cardHolderName` set as required, and I want to use the name set in that field when calling `requestPaymentMethod` with the threeDSecure object. Is there a way...

Please add a method to drop-in API, that provides information whether user has made any adjustments (eg chose another card) in drop-in or not. Previously it was not a big...

### General information * SDK/Library version: 1.13.0 * Build Environment: npm 5.6.0, node v8.94, brunch 2.10.17 ### Issue description Installed latest braintree-web-drop-in with "npm install" and now brunch fails compilation...