Skip to content

Commit 4b83371

Browse files
author
Stanislav Idolov
authored
ENGCOM-1496: [Backport] Changed return type of addToCartPostParams to array #15093
2 parents b2c16dc + d75f71b commit 4b83371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Product/ListProduct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public function getIdentities()
340340
* Get post parameters
341341
*
342342
* @param \Magento\Catalog\Model\Product $product
343-
* @return string
343+
* @return array
344344
*/
345345
public function getAddToCartPostParams(\Magento\Catalog\Model\Product $product)
346346
{

0 commit comments

Comments
 (0)