Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Remove unnecessary runtime fields from refund handling
issue: NEXT-24813
author: Lennart Tinkloh
author_email: [email protected]
author_github: @lernhart
---
- Removed
totalAmount
runtime field from\Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
and its corresponding entity, as the field was unused. - Removed
totalAmount
runtime field from\Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
and its corresponding entity, as the field was unused. - Removed
refundPrice
runtime field from\Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
and its corresponding entity, as the field was unused.