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

Braintree account - 3D Secure issue #4

Open
79it opened this issue Mar 10, 2016 · 2 comments
Open

Braintree account - 3D Secure issue #4

79it opened this issue Mar 10, 2016 · 2 comments

Comments

@79it
Copy link

79it commented Mar 10, 2016

I ran into a problem with Braintree and the default Braintree sandbox account. Because the default account wasn't 3DS enabled (I did request one that was) I kept getting the following message:

Merchant account not 3D Secure enabled

I fixed this by putting in a check for if 3DS is required and now call a tokenizeCard method instead of check3DSecure if 3DS is not required.

Braintree support offered a couple of suggestions like specifying the merchant ID in the setup or making the 3DS account default but I think this change handles the "3D Secure Required?" option in MrCMS.

I will create a pull request for your consideration.

Thanks

Chris

@79it
Copy link
Author

79it commented Mar 11, 2016

I have created a pull request for your consideration:
#6

Thanks

Chris

@Will-Bill
Copy link
Member

Thanks Chris, we will take a look and merge.

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

No branches or pull requests

2 participants