<?xml version="1.0"?>
<!--
/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <title>Luma Fallback module expected</title>
    </head>
    <body>
        <referenceContainer name="page.messages">
            <block class="Magento\Paypal\Block\Cart\ValidationMessages" name="paypal.validation.messages"/>
        </referenceContainer>
        <referenceContainer name="content">
            <block class="Magento\Framework\View\Element\Text" name="fallback.module.missing">
                <arguments>
                    <argument translate="true" name="text" xsi:type="string"><![CDATA[<div class="container">You currently need the Luma Fallback module to render the Paypal Express Review Page.</div>]]></argument>
                </arguments>
            </block>
            <block class="Magento\Paypal\Block\Express\Review" name="paypal.express.review">
                <block as="details"/>
            </block>
        </referenceContainer>
    </body>
</page>
