<?xml version="1.0" ?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Magento\Framework\Pricing\PriceCurrencyInterface">
        <plugin disabled="false" name="dinhvan_price_currency" sortOrder="10" type="Dinhvan\Store\Plugin\Framework\Pricing\PriceCurrencyInterface"/>
    </type>
    <type name="Magento\Framework\Pricing\Render\Amount">
        <plugin disabled="false" name="dinhvan_price_amount" sortOrder="10" type="Dinhvan\Store\Plugin\Framework\Pricing\Render\Amount"/>
    </type>
    <type name="Magento\Framework\Locale\Format">
        <plugin disabled="false" name="dinhvan_price_separator" sortOrder="10" type="Dinhvan\Store\Plugin\Framework\Locale\Format"/>
    </type>
    <type name="Magento\Store\Model\Store">
        <plugin name="dinhvan_store_url" type="Dinhvan\Store\Plugin\Model\Store" sortOrder="1" />
    </type>
</config>
