From a954cea8fca19b809ce5db0634d210aff2bec739 Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Wed, 17 Jan 2024 22:08:29 +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 6acbc386b0..b366f99191 100644 --- a/src/Appwrite/Platform/Workers/Hamster.php +++ b/src/Appwrite/Platform/Workers/Hamster.php @@ -437,7 +437,7 @@ class Hamster extends Action if (in_array($billingPlan, ['tier-1', 'tier-2'])) { $billingStartDate = $membership->getAttribute('billingStartDate', null); - $statsPerUser['billing-start-plan-date'] = $billingStartDate; + $statsPerUser['billing_start_date'] = $billingStartDate; } }