We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54e56b4 + f9c48da commit 92cda81Copy full SHA for 92cda81
1 file changed
src/Validators/WebhookSignatureValidation.php
@@ -72,7 +72,7 @@ private function getKeyFileName(): string
72
$prefix = 'webhook_bluem_nl_';
73
74
// 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")) {
+ if ($this->env === BLUEM_ENVIRONMENT_PRODUCTION && ( ( $current_date === "2025-07-18" && $current_time >= "08:30" ) || $current_date > "2025-07-18")) {
76
$timestamp = '20250717';
77
// 2025 certificate on testing & acceptance from July 17th, 8:30 CET time
78
} elseif (($this->env === BLUEM_ENVIRONMENT_TESTING || $this->env === BLUEM_ENVIRONMENT_ACCEPTANCE)
0 commit comments