mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Platform/Workers/Hamster.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user