Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump braintree 3ds2 #154

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

omsoft
Copy link

@omsoft omsoft commented May 10, 2024

Summary

  • Added missing 3D Secure VISA required fields (collectDeviceData, IpAddress)
  • Bumped Braintree Web SDK to unlock latest 3DS functionalities

Copy link
Member

@tvdeyen tvdeyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Can we add a configuration for the remoteIp and device data collection, since this is a GDPR violation.

@@ -11,6 +11,8 @@ def braintree_3ds_options_for(order)
onLookupComplete: nil, # populated after tokenization
amount: order.total,
email: order.email,
collectDeviceData: true,
IpAddress: request.remote_ip,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is clearly a GDPR violation. We need this to be configurable, so folks can opt out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants