nopSolutions / braintree-plugin-for-nopcommerce

nopCommerce plugin for Braintree (payments)
https://www.nopcommerce.com/
GNU General Public License v3.0
3 stars 10 forks source link

3D Secure not working #12

Closed RomanovM closed 2 years ago

RomanovM commented 3 years ago

Nopcommerce Version 4.4

Once enabled with Braintree payment providing all fields which works fine without 3D Secure. When 3D Secure is enabled, at the payment process it throws an error saying "The given key 'CardNonce' was not present in the dictionary."

With 3DS it only asks for Card Number, Expiration Date and CVV but on providing those, the error it give is as above and stop there whereas without 3DS, it asks for Name too and works fine completing the payment.

Source: https://www.nopcommerce.com/boards/topic/91531/braintree-payment-3d-secure-not-working

skoshelev commented 2 years ago

This error occurs if the user failed to pass the 3D Secure verification. For 4.50, we added handling of this situation and now display a user-friendly error.

Closed #12