<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <!-- Required for Apple Pay styling -->
        <css src="Mollie_Payment::css/styles.css"/>
    </head>
    <body>
        <referenceBlock name="product.info.addtocart">
            <block class="Mollie\Payment\Block\Product\View\ApplePay" name="mollie.applepay.button" template="Mollie_Payment::product/view/applepay.phtml" />
        </referenceBlock>
        <referenceBlock name="product.info.addtocart.additional">
            <block class="Mollie\Payment\Block\Product\View\ApplePay" name="mollie.applepay.button.additional" template="Mollie_Payment::product/view/applepay.phtml" />
        </referenceBlock>
    </body>
</page>
