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
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
The text was updated successfully, but these errors were encountered:
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 usebraintree-web-drop-in": "^1.27.1
or>1.27.1
.Requested Help: Could you update the
braintree-web-drop-in
versionfrom ^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 beundefined
once you have updated thebraintree-web-drop-in
package version. braintree guys have update the object reference nameFrom _dataCollectorInstance To _dataCollector
The text was updated successfully, but these errors were encountered: