Pieter Zandbergen
Pieter Zandbergen
**File** https://github.com/magento/magento2/blob/ef81f5a2f8271ea529606fcb56898eed286d46b5/app/code/Magento/Csp/Model/Mode/ConfigManager.php#L121 **Description** The Object Manager is not being used when creating `Magento\Csp\Model\Mode\Data\ModeConfigured`. Therefore Plugins can't be used on this object.
Field translator removed from \Magento\CatalogGraphQl\Model\Resolver\Product\ProductFieldsSelector
### Preconditions and environment https://github.com/magento/magento2/commit/912743cb90ad4859b03ec648524ef99e61bb7e56#diff-fecea45cc156bda365fb84d0ac56ecf5689d01847ccb6651d4ae53d2a12e7576R58 This commit removes the field translation, used by the Product (not Product**s**!) resolver (`\Magento\CatalogGraphQl\Model\Resolver\Product`). This breaks fields depending on other attributes, while they work correctly...
Original bug report: https://github.com/Adyen/adyen-magento2/issues/1267 The original issue has been closed without providing a (solid) solution. The provided workaround doesn't work in all situations, for example when some kind of Apollo...
**Description** The (deprecated) `setPaymentMethodAndPlaceOrder` mutation is broken: `[object] (GraphQL\\Error\\Error(code: 0): Cannot return null for non-nullable field \"Order.cart_id\".` This is caused by: https://github.com/Adyen/adyen-magento2/blob/4b98628b994382efe2aa8f757b89fbefe48a2e97/etc/schema.graphqls#L57 This field is not returned by `\Magento\QuoteGraphQl\Model\Resolver\SetPaymentAndPlaceOrder`. **Fix**...
**Describe the bug** When the module is on live mode, the Adyen Logger will still log `/connectedTerminals` requests but the log details are missing. This is caused by the applied...