recurly-js icon indicating copy to clipboard operation
recurly-js copied to clipboard

Update to latest braintree client library

Open bprodoehl opened this issue 3 years ago • 2 comments

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.

bprodoehl avatar Feb 16 '22 20:02 bprodoehl

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.

bprodoehl avatar Feb 16 '22 20:02 bprodoehl

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.

bprodoehl avatar Feb 16 '22 22:02 bprodoehl

This was recently fixed by #839

bprodoehl avatar Jul 18 '23 17:07 bprodoehl