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; } }