braintree / braintree_php_example

An example Braintree integration for PHP
MIT License
127 stars 94 forks source link

3D secure missing #60

Closed perlsol closed 1 year ago

perlsol commented 1 year ago

This php example works great, however it is missing the now required 3D secure support, it would be useful if you added this to the example. Can you add this request please?

hollabaq86 commented 1 year ago

Hey @perlsol Thanks for reaching out! The demo apps are meant to be bare bones starting points for folks to fork and modify however they want to test things out with Braintree. Though 3D secure is required in some parts of the world, it's not required in all, which is why it's not a part of the demo and won't get added.

perlsol commented 1 year ago

This is confusing, your own overview, getting started and example integrations with drop-in documentation says... "These examples use our Drop-in UI for web for the client-side integration." and then link to this repo, yet the code in this repo is entirely different as to what is required, the snippets of code here and there do not help when trying to visualize the required flow when learning especially when they do not tally up with this example