Skip to content
Snippets Groups Projects
Commit b723cb12 authored by Igor Melnikov's avatar Igor Melnikov
Browse files

MAGETWO-62134: Create data converter that can process nested serialized data

- Correctly whitelisting classes that use Magento\Framework\Serialize\Serializer\Serialize
parent 0068a8b7
No related merge requests found
......@@ -110,8 +110,13 @@ return [
],
[
'type' => 'module',
'name' => 'magento/sales',
'path' => 'app/code/Magento/Sales/Setup/SerializedDataConverter.php'
'name' => 'Magento_Sales',
'path' => 'Setup/SerializedDataConverter.php'
],
[
'type' => 'module',
'name' => 'Magento_Sales',
'path' => 'Test/Unit/Setup/SerializedDataConverterTest.php'
],
]
]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment