Hi
Does this patches will work with version 1.4 ?
Thanks
Ahir
Hi
Not working for logged in user witg D9
Error:
Error: Call to a member function getParameter() on null in Drupal\commerce_braintree\PluginForm\HostedFields\PaymentMethodAddForm->buildCreditCardForm() (line 81 of /httpdocs/web/modules/contrib/commerce_braintree/src/PluginForm/HostedFields/PaymentMethodAddForm.php)
here is the code:
if (!empty($configuration['3d_secure'])) {
if ($order = $this->routeMatch->getParameter('commerce_order')) {
$amount = $order->getBalance()->getNumber();
}
Hi @valic
After applied patches (#7), google pay and Apple pay checkbox showing in checkout but when i try to make payment its giving an error like please try again.
here is error log:
We encountered an unexpected error processing your payment method. Please try again later.
LOG: https://i.imgur.com/C4YnbBQ.png
Thanks
Ahir