diff --git a/src/Service/Refund/Mollie/RefundMetadata.php b/src/Service/Refund/Mollie/RefundMetadata.php index 7e87fd251..546ecf33b 100644 --- a/src/Service/Refund/Mollie/RefundMetadata.php +++ b/src/Service/Refund/Mollie/RefundMetadata.php @@ -85,10 +85,6 @@ public function toString(): string ]; foreach ($this->items as $item) { - if ($item->getQuantity() <= 0) { - continue; - } - $swLineId = $this->dataCompression->compress($item->getShopwareLineID()); $data['composition'][] = [