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

Commit

Permalink
Merge pull request #56 from jdeniau/patch-2
Browse files Browse the repository at this point in the history
Remove call to date_default_set_timezone
  • Loading branch information
CharlelieBouvier authored Jan 3, 2020
2 parents bdf22f5 + 3884b21 commit f73fc72
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 f73fc72

Please sign in to comment.