Skip to content

Commit 66563fb

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-2515: Cart Price Rule stops working properly after adding Bundle Product to the cart with Dynamic Price attribute disabled
1 parent 6b7ab05 commit 66563fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/OfflineShipping/Test/Unit/Model/Carrier/TablerateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function testCollectRatesWithGlobalFreeShipping($freeshipping, $isShipSep
186186
$item->expects($this->any())->method('isShipSeparately')->willReturn(1);
187187
$item->expects($this->any())->method('getChildren')->willReturn([$item]);
188188
} else {
189-
$freeShippingReturnValue = 1;
189+
$freeShippingReturnValue = "1";
190190
}
191191
$item->expects($this->any())->method('getFreeShipping')->willReturn($freeShippingReturnValue);
192192
$request->expects($this->any())->method('getAllItems')->willReturn([$item]);

0 commit comments

Comments
 (0)