Skip to content

Commit 6890aa1

Browse files
ENGCOM-1480: [Forwardport] Changed return type of addToCartPostParams to array #15073
- Merge Pull Request #15073 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-14876 - Merged commits: 1. a132f54
2 parents a53347e + a132f54 commit 6890aa1

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)