Skip to content

Commit 0d1b375

Browse files
committed
timezone added
1 parent f9ab12f commit 0d1b375

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
'wsdl' => 'https://dpdservicesdemo.dpd.com.pl/DPDPackageObjServicesService/DPDPackageObjServices?WSDL',
88
'lang_code' => 'PL',
99
'api_version' => 2,
10-
'debug' => true,
11-
'log_path' => 'logs'
10+
'debug' => false,
11+
'log_path' => 'logs',
12+
'timezone' => 'Europe/Warsaw'
1213
];

0 commit comments

Comments
 (0)