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 7c852fa commit 6d7d32bCopy full SHA for 6d7d32b
app/code/Magento/CatalogWidget/Block/Product/ProductsList.php
@@ -239,8 +239,8 @@ public function getCacheKeyInfo()
239
*/
240
public function getProductPriceHtml(
241
Product $product,
242
- $priceType = null,
243
- $renderZone = \Magento\Framework\Pricing\Render::ZONE_ITEM_LIST,
+ $priceType = null,
+ $renderZone = \Magento\Framework\Pricing\Render::ZONE_ITEM_LIST,
244
array $arguments = []
245
) {
246
if (!isset($arguments['zone'])) {
0 commit comments