Skip to content

Commit

Permalink
Fix BF date
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Nov 25, 2024
1 parent 96b6d9e commit b886b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/black-friday.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];

0 comments on commit b886b2b

Please sign in to comment.