Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
[change] (MAGE2-311) Add missing line.
Browse files Browse the repository at this point in the history
  • Loading branch information
sixer1182 committed May 8, 2020
1 parent e594aed commit 0144e62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Helper/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ protected function fetchOrdersByQuoteId($quoteId): Collection
return $orderList;
}


/**
* Returns true if the payment of the order is part of this payment module.
*
Expand All @@ -166,4 +165,4 @@ public function hasHeidelpayPayment(MagentoOrder $order): bool

return $returnVal;
}
}
}

0 comments on commit 0144e62

Please sign in to comment.