We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f368836 commit 5bdba9aCopy full SHA for 5bdba9a
dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Handler/ConfigurableProduct/Curl.php
@@ -64,7 +64,7 @@ protected function prepareData(FixtureInterface $product, $prefix = null)
64
$data['associated_product_ids'] = $this->prepareAssociatedProductIds($configurableAttributesData);
65
66
$this->replaceMappingData($data);
67
- $data['configurable-matrix-serialized'] = json_encode($data['configurable-matrix']);
+ $data['configurable-matrix-serialized'] = json_encode($data['variations-matrix']);
68
$data['associated_product_ids_serialized'] = json_encode($data['associated_product_ids']);
69
return $data;
70
}
0 commit comments