<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * This file is part of the Klarna Onsitemessaging module
  *
  * (c) 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.
  */
-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
    <section name="AdminConfigPaymentSection">
        <element name="KlarnaOnsitemessagingSection"
                 type="text"
                 selector="*[id^='payment_'][id$='_klarna_section_osm-head']"/>
        <element name="KlarnaOnsitemessagingEnabled"
                 type="select"
                 selector="*[id^='payment_'][id$='_klarna_section_osm_enabled']"/>
        <element name="KlarnaOnsitemessagingDataId"
                 type="text"
                 selector="*[id^='payment_'][id$='_klarna_section_osm_data_id']"/>
    </section>
</sections>
