sshropshire
sshropshire
@spinnerx1 thanks for using the Braintree SDK for Android. We're considering removing Kount as a dependency in our next major version. On the other hand, we have recently changed how...
@spinnerx1 oh got it. We are planning to remove Kount in our next major version. I don't have a timeline for when that will be, but we are prioritizing its...
@spinnerx1 you'll still receive a `correlation_id` via our SDK data collector. Kount is a 3rd party tool for the Braintree SDK and we are gradually phasing it out in favor...
Hey @spinnerx1 in version [4.15.0](https://github.com/braintree/braintree_android/blob/master/CHANGELOG.md#4140) we have a new `:PayPalDataCollector` module. It has the same interface as `:BraintreeDataCollector`, and removes Kount as a dependency internally. If you replace a `DataCollector`...
@spinnerx1 awesome! Closing this issue for now. Feel free to re-open, or start a new ticket if an issue arises.
Hey @Jake-Jiang can you provide the SDK version, the module you're using, and some steps to reproduce the error?
Hi @asen-ruuby @Jake-Jiang we need more information. Please re-open an issue and follow the template for reporting and issue with the Braintree SDK. Closing this for now.
Hi @chiragsharma991 this is something we may need to add to our SDK. Out of curiosity, are you now modifying the actual JSON request produced by `GooglePaymentRequest#toJSON()`?
We would most likely have to add API to our SDK for this. Can you provide an abbreviated code snippet of your current method?
@chiragsharma991 will need to look into this. We have our own types that wrap the GPay sdk. There may be a few fields additional fields need to get this to...