Vincent Enjalbert
Vincent Enjalbert
Zend_Json has been removed from 2.4.6, but still in use here : https://github.com/magento/data-migration-tool/blob/7b02ed916687b1dc498973d25d82f6bc4afc0aa2/src/Migration/Handler/VisualMerchandiser/SmartAttribute.php#L38-L39
**Describe the bug** Sometimes (maybe 1 or 2% of the time), when we refund online an order with adyen, the order stays with `state` = `payment_review`. The status is correct...
It seems we cannot change payment method name from Magento's backend. For example, we want to display "Pay in 3 installments with Alma", instead of just "Alma", and it seems...
Making your own contribution is easy, encouraged and greatly appreciated! We will put effort into reviewing and merging your PR quickly. For more info, please refer to the contribution guidelines:...
Hi, Here is the result of `npm audit` that should be fixed : ``` 11 vulnerabilities (6 moderate, 3 high, 2 critical) ```
Our CI keeps failing since this morning, because of the [fresh 18.14 node's release](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md#18.14.0). Our previous builds with 18.13 were OK. Here's the error message with 18.14 : ``` npm...
For a method with price rule : ``` 'price' => $quote->subtotal_with_discount > 60 ? 0 : 10, ``` 1. add a 20$ product on cart : It shows 10 (OK)...
``` PHP Fatal error: During inheritance of ArrayAccess: Uncaught Exception: Deprecated Functionality: Return type of Zend_Memory_Value::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be...
Hi there, I use tinymce to generate the html processed by dompdf. I guess we are a lot to do that. I just updated to tinymce 6, and they changed...
does not work with mine :) The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition [..] of the...