Skip to content

Commit

Permalink
Include price on attribute list for the product render list
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Ludgero Miura committed Jan 25, 2020
1 parent 6b18f8b commit 8cbea1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Model/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ public function getProductRecommendations(array $params): ?array
"name",
"url_key",
"image",
"sku"
"sku",
"price"
], "left")
->addAttributeToFilter("entity_id", ['in' => $ids]);

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "imaginationmedia/aws-personalize-magento2",
"description": "Use AWS Personalize to generate product recommendations for customers in a Magento 2 store",
"version" : "1.0.0",
"version" : "1.0.1",
"require": {
"aws/aws-sdk-php" : "^3.130",
"magento/framework": ">=102.0",
Expand Down

0 comments on commit 8cbea1e

Please sign in to comment.