<?xml version="1.0"?>
<!--
/**
 * Sutunam SellSecure
 *
 * @author    Mathias Arlaud <marlaud@sutunam.com>
 * @copyright Copyright (c) 2018 Sutunam (http://www.sutunam.com/)
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
    <event name="sales_order_place_before">
        <observer name="sellsecure_get_prescore"
                  instance="Sutunam\SellSecure\Observer\GetPrescoreObserver"
                  disabled="false"/>
    </event>
</config>