Closed Tankzor closed 2 weeks ago
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.
Closing as a duplicate of https://github.com/braintree/braintree-web/issues/724
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):