checkout-magento2-plugin icon indicating copy to clipboard operation
checkout-magento2-plugin copied to clipboard

Checkout.com Magento 2 official extension

Results 42 checkout-magento2-plugin issues
Sort by recently updated
recently updated
newest added

Add support for payment_authentication_failed webhook notification

The default Magento 2.4 behaviour is to use the ‘Base Currency’ for all payments. The Checkout extension overrides this behaviour and allows payments to be made in any of the...

we are facing issue while saving a new card via frontend, attaching a screenshot. We have tried to make sure key are right and even we created new channel and...

Hi, I'm using the last version module (4.1.1) Instead of using order collection, repository is use with searchcriteria. File : /vendor/checkoutcom/magento2/Model/Service/OrderHandlerService.php ``` /** @var OrderInterface $order */ $order = $this->orderRepository->getList($search)->setPageSize(1)->getLastItem();...

When module is installed and there are no settings in the config table, module is **enabled** by default. It kills the checkout on front end because module tries to get...

We are occasionally have issues issusing partial refunds on orders. What happens is that (1) the refund goes through on checkout.com, (2) the credit memo is generated but when we...

The cardholder name is missing for the payments Apple Pay & Google Pay. The cardholder name shows as 'Unknown' when opening the payment details as the cardholder name is not...

From what I can tell in checkoutcom_card_payment.js, cardholder name is set by addFramesEvents which is called after render when the payment method is selected. The card payment method is the...

Hello, The Latest version of the Checkout Module is not fully compatiable with Magento 2.4.4 and PHP8.1. The following error is given Deprecated Functionality: explode(): Passing null to parameter #2...

We have an error in the Magento2 compilation. The problem is that the file CheckoutCom\Magento2\Controller\ApiV2.php has the Klarna dependency. But Magento2.4.4 removed the Klarna library. So this is the reason...