Skip to content

Commit 89f3e85

Browse files
committed
MAGETWO-55695: Remove saving order from Creditmemo repository save
- fix conflict after merge
1 parent 81e60ed commit 89f3e85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function __construct(
3232
\Magento\Sales\Model\Order\Invoice\PayOperation $payOperation
3333
) {
3434
$this->refundOperation = $refundOperation;
35+
$this->payOperation = $payOperation;
3536
}
3637

3738
/**

0 commit comments

Comments
 (0)