Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/app/code/TIG/-Postcode/etc/
Upload File :
Current File : /home/dev2.destoffenstraat.com/app/code/TIG/-Postcode/etc/config.xml

<?xml version="1.0" encoding="UTF-8"?><!--
 *
 *
 *          ..::..
 *     ..::::::::::::..
 *   ::'''''':''::'''''::
 *   ::..  ..:  :  ....::
 *   ::::  :::  :  :   ::
 *   ::::  :::  :  ''' ::
 *   ::::..:::..::.....::
 *     ''::::::::::::''
 *          ''::''
 *
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Creative Commons License.
 * It is available through the world-wide-web at this URL:
 * http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US
 * If you are unable to obtain it through the world-wide-web, please send an email
 * to servicedesk@tig.nl so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this module to newer
 * versions in the future. If you wish to customize this module for your
 * needs please contact servicedesk@tig.nl for more information.
 *
 * @copyright   Copyright (c) Total Internet Group B.V. https://tig.nl/copyright
 * @license     http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US
 *
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <tig_postcode>
            <supported_magento_version>2.2.6 - 2.2.9, 2.3.0 - 2.3.2</supported_magento_version>
            <stability/>
            <configuration>
                <modus>0</modus>
                <checkout_compatible>default</checkout_compatible>
                <fieldparsing_street>1</fieldparsing_street>
                <fieldparsing_housenumber>1</fieldparsing_housenumber>
                <fieldparsing_addition>1</fieldparsing_addition>
            </configuration>
            <api>
                <base>https://postcode.tig.nl/api</base>
                <version>v3</version>
                <type>json</type>
            </api>
            <api_be>
                <base>https://postcode-be.tig.nl/api/be</base>
                <postcode_version>v2</postcode_version>
                <street_version>v2</street_version>
            </api_be>
            <countries>
                <enable_nl_check>1</enable_nl_check>
                <enable_be_check>0</enable_be_check>
            </countries>
        </tig_postcode>
    </default>
</config>