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 1f06dea commit 53a0325Copy full SHA for 53a0325
app/code/Magento/BundleGraphQl/Model/Resolver/Links/Collection.php
@@ -117,8 +117,8 @@ private function fetch() : array
117
'price' => $link->getSelectionPriceValue(),
118
'position' => $link->getPosition(),
119
'id' => $link->getSelectionId(),
120
- 'qty' => (int)$link->getSelectionQty(),
121
- 'quantity' => (int)$link->getSelectionQty(),
+ 'qty' => (float)$link->getSelectionQty(),
+ 'quantity' => (float)$link->getSelectionQty(),
122
'is_default' => (bool)$link->getIsDefault(),
123
'price_type' => $this->enumLookup->getEnumValueFromField(
124
'PriceTypeEnum',
0 commit comments