Skip to content

Commit

Permalink
Product variant improvements
Browse files Browse the repository at this point in the history
 -Added product_id to variant integration test
  • Loading branch information
jekabs committed Nov 19, 2020
1 parent eeb717f commit 70bac0b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ private function getExpectedProductVariants(ProductInterface $configurable, arra
'id' => $id,
'option_values' => $optionValues,
'parent_id' => $configurable->getId(),
'product_id' => $simple->getId(),
'deleted' => false
];
}
Expand Down

0 comments on commit 70bac0b

Please sign in to comment.