James Flacks

Results 14 issues of James Flacks

### Preconditions and environment - Magento version 2.4.6-p3 - config:set dev/js/minify_files 1 - php bin/magento setup:static-content:deploy en_US en_GB - Used Error happened during deploy process: The contents from the "/home/cloudpanel/htdocs/test.example.com/releases/2023_10_23_9_19_30_branch_production/pub/static/adminhtml/Magento/backend/en_US/requirejs-config.min.js"...

Issue: needs update
Reported on 2.4.6-p3

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.

Your plugin to add cart config to effectively every page is causing 400 errors on the sections controller when there's a new session. https://github.com/checkout/checkout-magento2-plugin/pull/536 Steps to recreate. - Install your...

We've updated to 5.2 but we're having an issue where we are receiving payment authorisations and payment captures where no order exists. A quote exists, but no order. I have...

PR on https://github.com/checkout/checkout-magento2-plugin/pull/524 - it's caused by you changing the format of the response from an object to an array. I'd check $response-> in your extension for other places you've...

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...

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...

You need to flip around the includes for the mobile.js and ACRN.js because it's trying to edit the volume before the function you made is defined.