HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/debierbaron.komma.pro/app/config/bierbaron.php
<?php

return [

    'order_number_start' => 1000,

    'subscription_number_start' => 1000,

    'subscription_monthly_fee' => 2950, //cents
    'subscription_first_fee' => 2500,   //cents


    'order_email' => 'proost@debierbaron.com',

    'sendCloud' => [
        'api_name' => 'debierbaron',
        'api_key' => '19c9f57a7d48405babba8d55ddcc9df6',
        'api_secret' => '53a4f076eab345648cb3e97384cd6e52',
        //In test only use 8 (is free)
        'shipment_nl' => '8',
        //Belgium use 8, is only the label
        'shipment_be' => '8',
        //8: only the label
        'shipment_free' => '8'
    ],

];