<?xml version="1.0"?>
<!--
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="avatax_order_create_billing_address" />
    <update handle="avatax_order_create_shipping_address" />
    <body>
        <referenceContainer name="before.body.end">
            <block class="Avalara\AvaTax\Block\CustomerAddress" name="address_validation_modal" template="Avalara_AvaTax::order/create/address_validation_modal.phtml" />
        </referenceContainer>
    </body>
</page>
