francoislevesque / vue-braintree

Vue Component for Braintree Drop In
MIT License
23 stars 14 forks source link

Cannot handle device data #19

Open PaddyLock opened 4 years ago

PaddyLock commented 4 years ago

Hello, is it possible to send device data for anti fraud?

ultrono commented 3 years ago

Could be an easy PR, the dropin includes the ability to collect device data, simply add dataCollector: {} after https://github.com/francoislevesque/vue-braintree/blob/master/src/Payment.vue#L93

ricricucit commented 3 years ago

@francoislevesque are you gonna be back at maintaining this repo? 🤔

francoislevesque commented 3 years ago

Hi guys, sorry for the delay, I'm quite busy since the pandemic! I'll get back to you somewhere around the end of January.

Meanwhile, if you need something quick, feel free to make a PR, the code is quite simple :)

PaddyLock commented 2 years ago

Hello @francoislevesque, has any development been done with device data please?