Mike Rooijackers

Results 3 comments of Mike Rooijackers

When the round function is removed and the quantity is sent correctly, you will receive the following error message. `Error executing API call (422: Unprocessable Entity): Order line 1 is...

![Scherm­afbeelding 2024-04-04 om 11 24 44](https://github.com/mollie/magento2/assets/6771077/fcdb7c22-599d-42e4-8426-5f92e000dc1e)

``` diff --git a/vendor/mollie/magento2/Service/Order/Lines/Order.php b/Service/Order/Lines/Order.php --- a/vendor/mollie/magento2Service/Order/Lines/Order.php +++ b/vendor/mollie/magento2Service/Order/Lines/Order.php @@ -155,7 +155,7 @@ * The price of a single item including VAT in the order line. * Calculated back from...