mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Update src/Appwrite/Platform/Workers/Hamster.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
parent
5d164e0592
commit
c1ca623bab
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue