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

### The problem I ran into the following problem: for some reason, the [$response](https://github.com/checkout/checkout-magento2-plugin/blob/master/Model/Api/V3.php#L338) array is being used as [an object](https://github.com/checkout/checkout-magento2-plugin/blob/master/Model/Api/V3.php#L360). ```php // CheckoutCom\Magento2\Model\Api\V3 private function processPayment(): array { //...

We are facing issue with Apple Pay payment method not working after click on payment button. It sent the request but we are getting error with 422 status code -...

W: Deprecation Notice: Class CheckoutCom\Magento2\Controller\Api\V1 located in ./vendor/checkoutcom/magento2/Controller/Api/v1.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201

Page Size is not set like that, you set it in the SearchCriteriaBuilder - I have an account with thousands of test orders, checkout takes 85 seconds to load. This...

This has been erroring our refunds. 2023-08-21T16:10:52.681531+00:00] main.CRITICAL: Exception: Warning: Attempt to read property "action_id" on array in /home/cloudpanel/htdocs/www.chemist-4-u.com/releases/2023_08_11_4_18_39_branch_v2.4 .4-61/vendor/checkoutcom/magento2/Plugin/Api/RefundInvoice.php on line 148 in /home/cloudpanel/htdocs/www.chemist-4-u.com/releases/2023_08_11_4_18_39_branch_v2.4.4-61/vendor/magento/framework/App/ErrorH andler.php:61 Stack trace: #0 /home/cloudpanel/htdocs/www.chemist-4-u.com/releases/2023_08_11_4_18_39_branch_v2.4.4-61/vendor/checkoutcom/magento2/Plugin/Api/RefundInvoice.php(148):...

fix 400 error on cart when quote hasn't been saved.

## Why has this PR been raised? The Engineering Experience and Security teams have been working together to help secure our repositories. This includes enabling Github features such as Advanced...

I just update module to last version : 5.5 Before (in 4.3.0) : In Callback.php ``` if ($api->isValidResponse($response)) { } else { $this->paymentErrorHandler->logError( $payload, $order ); } ``` ``` public...

With the last module (5.5) You upgrade the function getPayload : From this : ``` public function getPayload() { $this->logger->additional($this->getRequest()->getContent(), 'webhook'); return json_decode($this->getRequest()->getContent()); } ``` To this : ``` /**...

We are using the module version v4.3.0 on our live site which is working perfectly fine. but when we try to upgrade module to latest version it is giving error...