events.xml 629 B

123456789101112
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license
  5. */
  6. -->
  7. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
  8. <event name="layout_generate_blocks_after">
  9. <observer name="temando_replace_order_info_template" instance="Temando\Shipping\Observer\CustomerLayout\PrepareMyOrderInfoObserver"/>
  10. <observer name="temando_replace_shipment_info_template" instance="Temando\Shipping\Observer\CustomerLayout\PrepareMyShipmentInfoObserver"/>
  11. </event>
  12. </config>