We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1f5b5 commit 5f9181eCopy full SHA for 5f9181e
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 testing from July 17th, 8:30 CET time
75
- if ( ( $current_date === "2024-07-17" && $current_time >= "6:30" ) || $current_date > "2024-07-17") {
+ if ( ( $current_date === "2025-07-17" && $current_time >= "6:30" ) || $current_date > "2025-07-17") {
76
$timestamp = '20250717';
77
} elseif ( ( $current_date === "2024-07-01" && $current_time >= "12:00" ) || $current_date > "2024-07-01") {
78
$timestamp = '20240701';
0 commit comments