Skip to content

Commit 92cda81

Browse files
Merge branch 'master' into cert-change
2 parents 54e56b4 + f9c48da commit 92cda81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Validators/WebhookSignatureValidation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private function getKeyFileName(): string
7272
$prefix = 'webhook_bluem_nl_';
7373

7474
// 2025 certificate on production from July 18th, 8:30 CET time
75-
if ($this->env === BLUEM_ENVIRONMENT_PRODUCTION && ( ( $current_date === "2025-07-18" && $current_time >= "08:30" ) || $current_date > "2023-07-18")) {
75+
if ($this->env === BLUEM_ENVIRONMENT_PRODUCTION && ( ( $current_date === "2025-07-18" && $current_time >= "08:30" ) || $current_date > "2025-07-18")) {
7676
$timestamp = '20250717';
7777
// 2025 certificate on testing & acceptance from July 17th, 8:30 CET time
7878
} elseif (($this->env === BLUEM_ENVIRONMENT_TESTING || $this->env === BLUEM_ENVIRONMENT_ACCEPTANCE)

0 commit comments

Comments
 (0)