| Current Path : /home/rtorresani/www/app/code/Amasty/Rewards/view/adminhtml/layout/ |
| Current File : //home/rtorresani/www/app/code/Amasty/Rewards/view/adminhtml/layout/sales_order_creditmemo_view.xml |
<?xml version="1.0"?>
<!--
/**
* @author Amasty Team
* @copyright Copyright (c) 2023 Amasty (https://www.amasty.com)
* @package Reward Points Base for Magento 2
*/-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="creditmemo_totals">
<block class="Amasty\Rewards\Block\Adminhtml\Sales\Creditmemo\View" name="am.reward.points.detailed"
template="Amasty_Rewards::sales/order/view/detailed.phtml">
<arguments>
<argument name="view_model" xsi:type="object">Amasty\Rewards\ViewModel\Adminhtml\Order\View
</argument>
</arguments>
</block>
</referenceBlock>
</body>
</page>