Skip to content

Commit 4d3e557

Browse files
author
Mykola Palamar
committed
MAGETWO-62650: Replace SerializerIntreface with Json implementation
1 parent c18d1b9 commit 4d3e557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SalesSampleData/Model/Order/Converter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct(
5757
$this->productFactory = $productFactory;
5858
$this->productConverter = $productConverterFactory->create();
5959
$this->eavConfig = $eavConfig;
60-
$this->serializer = $serializer ?: ObjectManager::getInstance()->get(SerializerInterface::class);
60+
$this->serializer = $serializer ?: ObjectManager::getInstance()->get(Json::class);
6161
}
6262

6363
/**

0 commit comments

Comments
 (0)