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