We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca3c0d commit 4a5cc0cCopy full SHA for 4a5cc0c
dev/tests/functional/tests/app/Magento/Bundle/Test/Fixture/Cart/Item.php
@@ -45,8 +45,8 @@ public function getData($key = null)
45
: number_format($bundleOptions['assigned_products'][$optionKey]['data']['selection_price_value'], 2);
46
$optionData = [
47
'title' => $checkoutOption['title'],
48
- 'value' => "{$qty} x {$value} {$price}",
49
- 'sku' => "{$qty} x {$value}"
+ 'value' => "{$value} {$price}",
+ 'sku' => "{$value}"
50
];
51
52
$checkoutBundleOptions[$checkoutOptionKey] = $optionData;
0 commit comments