Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 815 Bytes

2023-01-12-remove-unnecessary-runtime-fields-from-refund-handling.md

File metadata and controls

11 lines (11 loc) · 815 Bytes
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
---

Core

  • 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.