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
Use case: in our project we should provide venmo as a payment method for Desktop users.
issue: with the current
braintree-web-drop-in-reactpackage 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 usebraintree-web-drop-in": "^1.27.1or>1.27.1.Requested Help: Could you update the
braintree-web-drop-inversionfrom ^1.24.0 to ^1.27.1 or the ^1.31.1Note: there is only one breaking change, whoever trying read
deviceDatafor fraud check from_ dataCollectorInstanceit will beundefinedonce you have updated thebraintree-web-drop-inpackage version. braintree guys have update the object reference nameFrom _dataCollectorInstance To _dataCollector