Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Remove call to date_default_set_timezone
Browse files Browse the repository at this point in the history
Follows #28. I don't know why it wasn't in there 🤔

CC @CharlelieBouvier
  • Loading branch information
jdeniau authored Jan 3, 2020
1 parent bdf22f5 commit 3884b21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Payline/PaylineSDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ public function __construct($merchant_id, $access_key, $proxy_host, $proxy_port,
$merchant_id = (string) $merchant_id;
}

date_default_timezone_set($defaultTimezone);
if ($externalLogger) {
$this->logger = $externalLogger;
} else {
Expand Down

0 comments on commit 3884b21

Please sign in to comment.