1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

Update src/Appwrite/Platform/Workers/Hamster.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Shimon Newman 2024-01-17 22:08:29 +02:00 committed by GitHub
parent f9d6da6672
commit a954cea8fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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