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'
],
];