We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ab12f commit 0d1b375Copy full SHA for 0d1b375
config.php
@@ -7,6 +7,7 @@
7
'wsdl' => 'https://dpdservicesdemo.dpd.com.pl/DPDPackageObjServicesService/DPDPackageObjServices?WSDL',
8
'lang_code' => 'PL',
9
'api_version' => 2,
10
- 'debug' => true,
11
- 'log_path' => 'logs'
+ 'debug' => false,
+ 'log_path' => 'logs',
12
+ 'timezone' => 'Europe/Warsaw'
13
];
0 commit comments