From 69d1097534239fa5b9f78d5b6dd1bcdd602b1593 Mon Sep 17 00:00:00 2001 From: Ievgen Sentiabov <isentiabov@ebay.com> Date: Thu, 22 Oct 2015 12:28:27 +0300 Subject: [PATCH] MAGETWO-44295: Refund transaction does not appear in Transactions tab for eWay - Refactored code related to review --- app/code/Magento/Sales/Model/Order/Payment.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/code/Magento/Sales/Model/Order/Payment.php b/app/code/Magento/Sales/Model/Order/Payment.php index 885838781ee..3a3d373c11c 100644 --- a/app/code/Magento/Sales/Model/Order/Payment.php +++ b/app/code/Magento/Sales/Model/Order/Payment.php @@ -139,8 +139,7 @@ class Payment extends Info implements OrderPaymentInterface \Magento\Framework\Model\ResourceModel\AbstractResource $resource = null, \Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null, array $data = [] - ) - { + ) { $this->priceCurrency = $priceCurrency; $this->creditmemoFactory = $creditmemoFactory; $this->transactionRepository = $transactionRepository; -- GitLab