Skip to content
Snippets Groups Projects
Commit b1d546c5 authored by Ostap Smolyar's avatar Ostap Smolyar
Browse files

MTA-3952: Refactoring comments history block in Order module

parent e934849f
No related merge requests found
...@@ -47,6 +47,7 @@ class AssertRefundInCommentsHistory extends AbstractConstraint ...@@ -47,6 +47,7 @@ class AssertRefundInCommentsHistory extends AbstractConstraint
unset($comments[$key]); unset($comments[$key]);
} }
} }
$comments = array_values($comments);
foreach ($refundedPrices as $key => $refundedPrice) { foreach ($refundedPrices as $key => $refundedPrice) {
\PHPUnit_Framework_Assert::assertRegExp( \PHPUnit_Framework_Assert::assertRegExp(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment