-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Use case: in our project we should provide venmo as a payment method for Desktop users.
issue: with the current braintree-web-drop-in-react package it is not possible, because your using older version of "braintree-web-drop-in": "^1.24.0". In order to support venmo payment method for desktop, we should use braintree-web-drop-in": "^1.27.1 or >1.27.1.
Requested Help: Could you update the braintree-web-drop-in version from ^1.24.0 to ^1.27.1 or the ^1.31.1
Note: there is only one breaking change, whoever trying read deviceData for fraud check from _ dataCollectorInstance it will be undefined once you have updated the braintree-web-drop-in package version. braintree guys have update the object reference name From _dataCollectorInstance To _dataCollector
Metadata
Metadata
Assignees
Labels
No labels