<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <carriers>
            <zhik_portal>
                <active>1</active>
                <model>\Zhik\Portal\Model\Carrier\PortalDelivery</model>
                <title>Postpaid Shipping</title>
                <methodtitle>Freight billed ex-warehouse</methodtitle>
                <specificerrmsg>This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.</specificerrmsg>
                <sort_order>40</sort_order>
            </zhik_portal>
        </carriers>
        <zhik_portal>
            <general>
                <category>1</category>
            </general>
            <orders>
                <enable_prepayment>1</enable_prepayment>
                <force_prepayment>0</force_prepayment>
                <prepayment_threshold>0</prepayment_threshold>
                <prepayment_discount>5</prepayment_discount>
                <myoba_pricing>0</myoba_pricing>
                <dropship_surcharge>0</dropship_surcharge>
            </orders>
            <payments>
                <enabled>1</enabled>
                <surcharge>0</surcharge>
                <notify_email>accountpayments@zhik.com</notify_email>
            </payments>
        </zhik_portal>
    </default>
</config>
