Skip to content

Commit fed01ab

Browse files
slopukhovRoman Ganin
authored andcommitted
MAGETWO-35057: Columns 'Interval', 'Price Rule' have incorrect values in Coupon Usage report.
1 parent c0ff630 commit fed01ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/functional/tests/app/Magento/Reports/Test/Constraint/AssertCouponReportResult.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ public function processAssert(SalesCouponReportView $salesCouponReportView, Orde
3737
$couponCode = $data['coupon_code']->getCouponCode();
3838
$filter = [
3939
'coupon_code' => $couponCode,
40-
// Skipped because of the presence of bug: MAGETWO-37922
41-
//'rule_name' => $data['coupon_code']->getName(),
40+
'rule_name' => $data['coupon_code']->getName(),
4241
'subtotal' => $currency . number_format($data['price']['subtotal'], 2),
4342
'discount' => $discount,
4443
];

0 commit comments

Comments
 (0)