Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net committed Sep 19, 2024
1 parent 09c05db commit 382a261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ViewModel/ProductListItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function getItemHtml(

return sprintf(
'<esi:include src="/%s?item_id=%s&store_id=%s&customer_group_id=%s" />',
Cache::PRODUCT_CARD_PATH,
Cache::PRODUCT_CARD_PATH,
$itemId,
$storeId,
$customerGroupId
Expand Down

0 comments on commit 382a261

Please sign in to comment.