srikanthonl / ngx-braintree

Integrating Braintree with Angular applications. ngx-braintree, a component that you can use in Angular 4.x, 5.x, 6.x, 7.x and 8.x applications.
MIT License
37 stars 32 forks source link

Adding support for threeDParameters #129

Open diegosantin opened 4 years ago

diegosantin commented 4 years ago

Adding support for threeDParameters to enable 3D Secure.

There is a new @Input() on the NgxBraintreeComponent that takes in the threeDParameters required by the 3D Secure functionality. Setting it automatically enables 3D Secure nonce.

MarshallBelles commented 3 years ago

@srikanthonl I think this one is worth another look. 😃