<?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"
      xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceContainer name="product.info.main">
            <block class="Klarna\Onsitemessaging\Block\Product"
                   name="klarna.osm.product"
                   as="klarna_osm_product"
                   template="Klarna_Onsitemessaging::html/placement/product.phtml"
                   after="product.price.tier"/>
        </referenceContainer>
    </body>
</page>
