Skip to content

Commit 5bdba9a

Browse files
committed
MAGETWO-55785: Lightweight configurable product form load and options display
1 parent f368836 commit 5bdba9a

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Handler/ConfigurableProduct

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Handler/ConfigurableProduct/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected function prepareData(FixtureInterface $product, $prefix = null)
6464
$data['associated_product_ids'] = $this->prepareAssociatedProductIds($configurableAttributesData);
6565

6666
$this->replaceMappingData($data);
67-
$data['configurable-matrix-serialized'] = json_encode($data['configurable-matrix']);
67+
$data['configurable-matrix-serialized'] = json_encode($data['variations-matrix']);
6868
$data['associated_product_ids_serialized'] = json_encode($data['associated_product_ids']);
6969
return $data;
7070
}

0 commit comments

Comments
 (0)