<?xml version="1.0"?>
<!--
/**
 * Copyright © Klarna Bank AB (publ)
 *
 * For the full copyright and license information, please view the NOTICE
 * and LICENSE files that were distributed with this source code.
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="checkout_onepage_success"/>
    <body>
        <referenceContainer name="content">
            <block class="Klarna\Kco\Block\Success" name="checkout.success.klarna" template="success.phtml" cacheable="false" before="checkout.success"/>
        </referenceContainer>
    </body>
</page>
