feat: implement email logging and test price mode functionality with QR code generation for order confirmations
This commit is contained in:
@@ -8,6 +8,8 @@ $settings['email_host'] = 'h53.seohost.pl';
|
||||
$settings['email_port'] = 25;
|
||||
$settings['email_login'] = 'bilety@brzezovka.pl';
|
||||
$settings['email_password'] = 'biletyonline';
|
||||
$settings['mail_debug_log_enabled'] = false;
|
||||
$settings['mail_debug_error_log_enabled'] = false;
|
||||
|
||||
// Park rozrywki i dinozaurow
|
||||
$settings['tickets']['plac-zabaw-ulgowy']['name'] = 'Park rozrywki i dinozaurów - ulgowy';
|
||||
@@ -117,3 +119,4 @@ $settings['p24']['sandbox_crc_key'] = 'a48ba2394a52373a';
|
||||
$settings['p24']['sandbox'] = false;
|
||||
|
||||
$settings['admin-password'] = 'Admin2022!';
|
||||
$settings['test_price_mode_secret'] = 'jvVtWNrvWr7c4HhepYDu';
|
||||
|
||||
Reference in New Issue
Block a user