Skip to content

Commit d649418

Browse files
author
Stanislav Idolov
authored
ENGCOM-1480: [Forwardport] Changed return type of addToCartPostParams to array #15073
2 parents bba5cdb + 6890aa1 commit d649418

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
@@ -356,7 +356,7 @@ public function getIdentities()
356356
* Get post parameters
357357
*
358358
* @param Product $product
359-
* @return string
359+
* @return array
360360
*/
361361
public function getAddToCartPostParams(Product $product)
362362
{

0 commit comments

Comments
 (0)