Skip to content

Commit 69d1097

Browse files
author
Ievgen Sentiabov
committed
MAGETWO-44295: Refund transaction does not appear in Transactions tab for eWay
- Refactored code related to review
1 parent 7c1c47f commit 69d1097

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Sales/Model/Order/Payment.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ public function __construct(
139139
\Magento\Framework\Model\ResourceModel\AbstractResource $resource = null,
140140
\Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null,
141141
array $data = []
142-
)
143-
{
142+
) {
144143
$this->priceCurrency = $priceCurrency;
145144
$this->creditmemoFactory = $creditmemoFactory;
146145
$this->transactionRepository = $transactionRepository;

0 commit comments

Comments
 (0)