<?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.
 */
-->
<klarna xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:module:Klarna_Base:etc/klarna.xsd">
    <external_payment_method id="paypal_express" translate="label description" ifconfig="payment/paypal_express/active">
        <label>PayPal Express</label>
        <name>PayPal</name>
        <redirect_url><![CDATA[{{secure_base_url}}paypal/express/start]]></redirect_url>
        <image_url><![CDATA[https://www.paypalobjects.com/webstatic/en_US/i/buttons/PP_logo_h_100x26.png]]></image_url>
        <description>Checkout using PayPal.</description>
        <fee>0</fee>
    </external_payment_method>
    <merchant_checkbox id="newsletter_signup" translate="label text">
        <label>Newsletter Signup</label>
        <text>Signup to our newsletter</text>
        <validation_event>merchant_checkbox_newsletter_signup_validation</validation_event>
        <save_event>merchant_checkbox_newsletter_signup_save</save_event>
    </merchant_checkbox>
    <merchant_checkbox id="create_account" translate="label text">
        <label>Create Account</label>
        <text>Create account for faster checkout next time</text>
        <validation_event>merchant_checkbox_create_account_validation</validation_event>
        <save_event>merchant_checkbox_create_account_save</save_event>
    </merchant_checkbox>
</klarna>
