mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update src/Appwrite/Platform/Workers/Hamster.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
parent
3f63b87ea6
commit
e5245909e3
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ class Hamster extends Action
|
|||
$billingPlan = $membership->getAttribute('billingPlan', null);
|
||||
$billingPlanDowngrade = $membership->getAttribute('billingPlanDowngrade', null);
|
||||
|
||||
if (!empty($billingPlan) && empty($billingPlanDowngrade)) {
|
||||
if (!empty($billingPlan) && is_null($billingPlanDowngrade)) {
|
||||
$statsPerOrganization['billing_plan'] = $billingPlan;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue