We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9c48da + 92cda81 commit 8de2cb0Copy full SHA for 8de2cb0
1 file changed
src/Validators/WebhookSignatureValidation.php
@@ -76,7 +76,7 @@ private function getKeyFileName(): string
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)
79
- && (($current_date === "2025-07-17" && $current_time >= "6:30") || $current_date > "2025-07-17")) {
+ && (($current_date === "2024-07-17" && $current_time >= "06:30") || $current_date > "2024-07-17")) {
80
81
} elseif ( ( $current_date === "2024-07-01" && $current_time >= "12:00" ) || $current_date > "2024-07-01") {
82
$timestamp = '20240701';
0 commit comments