Pieter Zandbergen
Pieter Zandbergen
Fixes #35907
### Preconditions and environment Magento version `>= 2.4.4-p1` ### Steps to reproduce 1. Create a Configurable Product with 2 simples (configurations), called option A and B. 2. Create a Cart...
Currently Magento does not compile when using the `mixed` type, neither as a parameter or return type. The generated Interceptor / Proxy / etc. classes try to make this union...
For POS terminal payments the current flow is: 1) Create a Cart 2) Initialize the POS payment (REST call): This will reserve an Order ID but does not create an...
https://github.com/Adyen/adyen-magento2/blob/49b5eaca8bdfa9bf03bf77e1d3f88542c21d8596/Helper/Webhook.php#L1890-L1892 The order is selected by the Increment ID only, without using a Store ID. While this will work OK in most cases, you should filter by Store ID as...
https://github.com/guzzle/guzzle/blob/7.0.0/UPGRADING.md#60-to-70 GuzzleHTTP 7.x seems to work flawlessly 👍 . _Please add a tag after checking / merging._
### Is your feature request related to a problem? Please describe. If I connect Octoprimnt to the new Snapmaker Artisan no bed temperature is shown. Note: Originally requested in https://github.com/OctoPrint/OctoPrint/issues/4746...
Fixing #38875 (AC-12299) ### Description (*) Use Object Manager to create objects. ### Related Pull Requests N/A ### Fixed Issues (if relevant) 1. Fixes magento/magento2#38875 (AC-12299) ### Manual testing scenarios...
### Description (*) URL rewrites with the same request and target path will create a loop in the GraphQL resolver. ### Related Pull Requests N/A ### Fixed Issues (if relevant)...