From c1ca623babbd8001788cd0d708bce99357e82421 Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Wed, 17 Jan 2024 22:08:44 +0200 Subject: [PATCH] Update src/Appwrite/Platform/Workers/Hamster.php Co-authored-by: Christy Jacob --- src/Appwrite/Platform/Workers/Hamster.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Workers/Hamster.php b/src/Appwrite/Platform/Workers/Hamster.php index 472b70b130..537f94e23e 100644 --- a/src/Appwrite/Platform/Workers/Hamster.php +++ b/src/Appwrite/Platform/Workers/Hamster.php @@ -377,7 +377,7 @@ class Hamster extends Action if (in_array($billingPlan, ['tier-1', 'tier-2'])) { $billingStartDate = $membership->getAttribute('billingStartDate', null); - $statsPerOrganization['billing-start-plan-date'] = $billingStartDate; + $statsPerOrganization['billing_start_date'] = $billingStartDate; }