Skip to content

Commit 51f1488

Browse files
committed
MAGETWO-96016: The value Quantity of Advenced Pricing isn't saved correctly
1 parent 7dfd9b3 commit 51f1488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/product_simple.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
'data' => [
6666
'customer_group_id' => \Magento\Customer\Model\Group::NOT_LOGGED_IN_ID,
6767
'qty' => 3.2,
68-
'value' => 6
68+
'value' => 6,
6969
]
7070
]
7171
)->setExtensionAttributes($tierPriceExtensionAttributes1);

0 commit comments

Comments
 (0)