recurly-js
recurly-js copied to clipboard
Update to latest braintree client library
The BRAINTREE_CLIENT_VERSION
is currently set to 3.76.0
, but the latest client version is 3.85.2
. There have been some changes around the device data collection between the two releases.
Just to be clear, I think the API around device data collection has remained the same, but they've updated their browser identification dependency and added some fields.
I'm pretty sure Braintree is ignoring the device data from this older version of their client library. With the current recurly.js, my transactions come through saying Device Data Captured: False
in the Braintree dashboard. Trying out a build of recurly.js that uses 3.85.2
, they're coming through saying Device Data Captured: True
.
This was recently fixed by #839