-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error when trying to make a payment #52
Comments
Same. Is this gateway no longer supported? |
I ran into this as well, and evidently there are several newer beta versions of this plugin that somehow Craft doesn't know about (I'll poke P&T and have them check into why that is happening). In the meantime, make sure the line in your composer.json is updated to @angieherrera also fwiw, if you update the SDK versions in the gateway settings to the latest available, particularly the "Drop-in UI SDK Version", you'll want to make sure your "Pay Now" button has the In order to get the CVV field showing up in the payment form on the frontend, you'll want to make sure you set up some CVV rules in your Braintree dashboard per https://developer.paypal.com/braintree/docs/guides/drop-in/setup-and-integration/javascript/v3/#credit-cards (see also: https://developer.paypal.com/braintree/articles/guides/fraud-tools/basic/avs-cvv-rules). |
Awesome. Yeah, we chased it down and we're operational. But this is very helpful. Thank you. |
Hi!
I have successfully installed this plugin on a Craft 4.5.5 / Commerce 4.3.0 set up. However, whenever I try to make a payment, I get the following error:
Full screenshot:
The code to render the form looks like this:
That renders like so (note missing CVV field):
I'm not sure what, if anything, needs to be adjusted in my code, or if this is an issue with the plugin.
Thank you!
The text was updated successfully, but these errors were encountered: