From b886b2bef3983cec6e6f826d0606d1c0df85df64 Mon Sep 17 00:00:00 2001 From: Ruben Van Assche Date: Mon, 25 Nov 2024 08:46:07 +0100 Subject: [PATCH] Fix BF date --- config/black-friday.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/black-friday.php b/config/black-friday.php index 1e1d4284..509cf4f1 100644 --- a/config/black-friday.php +++ b/config/black-friday.php @@ -2,5 +2,5 @@ return [ 'next_purchase_discount_code' => env('BLACK_FRIDAY_NEXT_PURCHASE_DISCOUNT_CODE'), - 'start_date' => '20-11-2024', + 'start_date' => '25-11-2024', ];