From 9ca6b1eb0e6b37362fb448a4f82071870c46f32c Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Wed, 13 Nov 2024 11:25:05 -0600 Subject: [PATCH] Tweak donation constants --- lib/Constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Constants.php b/lib/Constants.php index 0e4f9235..8b65f380 100644 --- a/lib/Constants.php +++ b/lib/Constants.php @@ -86,7 +86,7 @@ const DONATION_DRIVE_DATES = [ 'Spring drive', new DateTimeImmutable('Second Monday of May'), new DateTimeImmutable('Second Monday of May +2 weeks'), - 50, + 40, 20 ), new DonationDrive( @@ -94,7 +94,7 @@ const DONATION_DRIVE_DATES = [ NOW < new DateTimeImmutable('November 15') ? new DateTimeImmutable('November 15') : new DateTimeImmutable('November 15 -1 year'), NOW < new DateTimeImmutable('January 7') ? new DateTimeImmutable('January 7') : new DateTimeImmutable('January 7 +1 year'), 50, - 20 + 30 ) ];