Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wthijmen committed Feb 15, 2024
1 parent d77bd25 commit 5a60a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@

$comparePsVersion = '1.8.0';
$currentPsVersion = constant('_PS_VERSION_');

if (version_compare($currentPsVersion, $comparePsVersion, '<')) {
$guzzleAdapter = Guzzle5ClientAdapter::class;
} else {
$guzzleAdapter = Guzzle7ClientAdapter::class;
}


return [
'defaultCutoffTime' => value('17:00'),
'defaultCutoffTimeSameDay' => value('10:00'),
Expand Down

0 comments on commit 5a60a70

Please sign in to comment.