File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/SalesSampleData/Model/Order Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88use Magento \Customer \Api \CustomerRepositoryInterface ;
99use Magento \Framework \App \ObjectManager ;
10- use Magento \Framework \Serialize \SerializerInterface ;
10+ use Magento \Framework \Serialize \Serializer \ Json ;
1111
1212/**
1313 * Class Converter
@@ -35,7 +35,7 @@ class Converter
3535 protected $ eavConfig ;
3636
3737 /**
38- * @var SerializerInterface
38+ * @var Json
3939 */
4040 protected $ serializer ;
4141
@@ -44,14 +44,14 @@ class Converter
4444 * @param \Magento\Catalog\Model\ProductFactory $productFactory
4545 * @param \Magento\ConfigurableSampleData\Model\Product\ConverterFactory $productConverterFactory
4646 * @param \Magento\Eav\Model\Config $eavConfig
47- * @param SerializerInterface $serializer
47+ * @param Json $serializer
4848 */
4949 public function __construct (
5050 CustomerRepositoryInterface $ customerAccount ,
5151 \Magento \Catalog \Model \ProductFactory $ productFactory ,
5252 \Magento \ConfigurableSampleData \Model \Product \ConverterFactory $ productConverterFactory ,
5353 \Magento \Eav \Model \Config $ eavConfig ,
54- SerializerInterface $ serializer = null
54+ Json $ serializer = null
5555 ) {
5656 $ this ->customerRepository = $ customerAccount ;
5757 $ this ->productFactory = $ productFactory ;
You can’t perform that action at this time.
0 commit comments