mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
hamster additions
This commit is contained in:
parent
0d106684ae
commit
6bd810cb3a
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,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)) {
|
||||
$statsPerUser['billing_plan'] = $billingPlan;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue