From c7eca0d4f099a9ddc14b15047b3829016a10c9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVeLiTi=E2=80=9D?= <“info@veliti.nl”> Date: Tue, 12 Aug 2025 15:55:44 +0200 Subject: [PATCH] MorvalWatches - config --- custom/settings/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom/settings/config.php b/custom/settings/config.php index 229e275..dcc6736 100644 --- a/custom/settings/config.php +++ b/custom/settings/config.php @@ -138,7 +138,7 @@ define('email_outgoing_pw','MWTH#2024'); define('email_outgoing_port','465'); define('email_outgoing_security','ssl'); // Enable automatice invoice forward to bookkeeping software -define('invoice_bookkeeping',false); +define('invoice_bookkeeping',true); // Email of bookkeeping software define('email_bookkeeping','morval-wat-d24506a2@facturen.moneybird.nl'); @@ -146,11 +146,11 @@ define('email_bookkeeping','morval-wat-d24506a2@facturen.moneybird.nl'); // Database hostname, don't change this unless your hostname is different define('db_host','localhost'); // Database username -define('db_user','morvalwatches');//morvalwatches_prod +define('db_user','morvalwatches_prod');//morvalwatches_prod // Database password define('db_pass','4~gv71bM6'); // Database name -define('db_name','shoppingcart_advanced'); //morvalwatches +define('db_name','morvalwatches'); //morvalwatches /* API */ define('clientID','MorvalWatches'); //morvalwatches @@ -165,7 +165,7 @@ define('pay_on_delivery_default',false); // Mollie define('mollie_enabled',true); define('mollie_default',true); -define('mollie_api_key','test_TBJPkq6E3Tn6kuCjqQFv9PBGu52Ac8'); //live_m2mbPTnvVzF4tUu25mtHja6D8vHkfM +define('mollie_api_key','live_m2mbPTnvVzF4tUu25mtHja6D8vHkfM'); //test_TBJPkq6E3Tn6kuCjqQFv9PBGu52Ac8 // Accept payments with PayPal? define('paypal_enabled',true);