Skip to content

braintree

Auto Added by WPeMatico

Magento 2 Your payment could not be taken. Please try again or use a different payment method. Declined Trace:

Preconditions and environment Upgrade Magento version from 2.4.5-p1 to 2.4.6-p3 Magento version 2.4.6-p3 Steps to reproduce 1 – In production environment Place order with braintree creditcard or braintree Paypal 2 – We are getting an error of “Exception message: Your… Read More »Magento 2 Your payment could not be taken. Please try again or use a different payment method. Declined Trace:

Override Braintree Config.xml via Custom Module

Below is an except from vendor/paypal/module-braintree-core/etc/config.xml and I am curious how to add new credit card to, <cctypes_braintree_mapper> via a custom module. Is this done via a di.xml file or a new config.xml file? <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Store:etc/config.xsd”> <default> <payment> <braintree>… Read More »Override Braintree Config.xml via Custom Module