Filter out children from invoice item collection
Authorization/CheckoutDataBuilder (https://github.com/Adyen/adyen-magento2/blob/develop/Gateway/Request/CheckoutDataBuilder.php#L217) filters out all children of quote item by default. This means that there are different amounts of data in the lines for authorization and capture requests. This leads to the following error with RatePay: 2300: Request basket not valid Basket error: ITEM "Product Name" Product Name: not found in history (150)
Showing
Please register or sign in to comment