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/data/app/config/bierbaron.php
<?php

return [

    'order_number_start' => 1000,

    'subscription_number_start' => 1000,

    'subscription_monthly_fee' => 3000, //cents
    'subscription_first_fee' => 3000,   //cents


    'order_email' => 'timvansaman+orderg@komma.pro',

    'sendCloud' => [
        'api_name' => 'debierbaron',
        'api_key' => 'ab85cf740359432c83ad4033bcd49a4c',
        'api_secret' => 'c663e5fec34a44cc9ad4661cd5d76a52',
        //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'
    ],

];