<?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\Sales\Block\Adminhtml\Order\View">
        <plugin name="Artnetis_ManageTransaction_pluginBeforeView" type="Artnetis\ManageTransaction\Plugin\PluginBeforeView"/>
    </type>
    <type name="Magento\Sales\Block\Adminhtml\Transactions\Detail">
        <plugin name="Artnetis_ManageTransaction_PluginDeleteTxn" type="Artnetis\ManageTransaction\Plugin\PluginDeleteTxn" sortOrder="100"/>
    </type>
</config>