Skip to content

Commit 5f9181e

Browse files
Update src/Validators/WebhookSignatureValidation.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9f1f5b5 commit 5f9181e

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 testing from July 17th, 8:30 CET time
75-
if ( ( $current_date === "2024-07-17" && $current_time >= "6:30" ) || $current_date > "2024-07-17") {
75+
if ( ( $current_date === "2025-07-17" && $current_time >= "6:30" ) || $current_date > "2025-07-17") {
7676
$timestamp = '20250717';
7777
} elseif ( ( $current_date === "2024-07-01" && $current_time >= "12:00" ) || $current_date > "2024-07-01") {
7878
$timestamp = '20240701';

0 commit comments

Comments
 (0)