Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/app/code/SendCloud/SendCloud.l/etc/
Upload File :
Current File : /home/dev2.destoffenstraat.com/app/code/SendCloud/SendCloud.l/etc/events.xml

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
    <event name="sales_model_service_quote_submit_before">
        <observer name="sendcloud_sendcloud_servicepointdata" instance="SendCloud\SendCloud\Observer\SaveServicePointsData"/>
    </event>

    <event name="sales_order_save_before">
        <observer name="setOrderAttributes" instance="SendCloud\SendCloud\Observer\SetOrderAttributes"/>
    </event>
</config>