<?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\Tax\Block\Adminhtml\Rate\Form">
        <plugin name="Zhik_ThresholdTaxes::form_add_fields" type="Zhik\ThresholdTaxes\Plugin\Block\Adminhtml\Rate\Form" />
    </type>

    <type name="Magento\Tax\Model\Calculation\Rate\Converter">
        <plugin name="Zhik_ThresholdTaxes::rate_save" type="Zhik\ThresholdTaxes\Plugin\Model\Calculation\Rate\Converter" />
    </type>
</config>
