Skip to content

Commit

Permalink
ECO-2516: Removed unnecessary method call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Kotsuba committed Jul 9, 2019
1 parent c982bd7 commit 8e6cf10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SprykerEco/Zed/Computop/Business/Order/OrderManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ public function saveOrderPayment(QuoteTransfer $quoteTransfer, SaveOrderTransfer
$saveOrderTransfer->getOrderItems(),
$paymentEntity->getIdPaymentComputop()
);

$this->saveExpenses($quoteTransfer, $saveOrderTransfer);
}

/**
Expand Down

0 comments on commit 8e6cf10

Please sign in to comment.