magento2-docker/app/code/IpSupply/SyncOrder/etc/di.xml

14 lines
473 B
XML
Executable File

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<!-- Repository -->
<preference
for="IpSupply\SyncOrder\Api\RepositoryInterface"
type="IpSupply\SyncOrder\Api\Repository"
/>
<preference
for="Magento\Framework\Serialize\Serializer\Json"
type="IpSupply\SyncOrder\Serialize\Serializer\Json"
/>
</config>