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
Environment: Sandbox, presumably production but we won't test that!
Browser and OS: Any (we can repro in many)
Issue description
We are receiving the following error trying to create a datacollector (braintree.dataCollector.create) with kount: true after updating braintree-web past 3.106.0. Currently broken in 3.111.0.
Rolling back to 3.106.0 seems to fix the issue, or disabling kount in the call to braintree.dataCollector.create. Currently our call looks like this (only passing client):
Update: turns out we only had kount enabled in the sandbox and we were using built-in paypal anti-fraud in production, so we've removed the kount: true in other environments so this doesn't affect us anymore. I'll leave the issue so you can fix whatever the problem might be, or close it.
General information
3.111.0
Issue description
We are receiving the following error trying to create a datacollector (
braintree.dataCollector.create
) withkount: true
after updatingbraintree-web
past3.106.0
. Currently broken in3.111.0
.Rolling back to
3.106.0
seems to fix the issue, or disabling kount in the call tobraintree.dataCollector.create
. Currently our call looks like this (only passing client):The text was updated successfully, but these errors were encountered: