Added marked_for_deletion and billing_plan_downgrade

to hamster export
This commit is contained in:
shimon 2024-01-22 10:09:13 +02:00
parent 0e30f6533e
commit 9fc1b0b71b

View file

@ -428,7 +428,7 @@ class Hamster extends Action
Query::equal('userInternalId', [$user->getInternalId()])
]);
if (!empty($organization) || !$organization->isEmpty()) {
if (!empty($organization) && !$organization->isEmpty()) {
$billingPlan = $organization->getAttribute('billingPlan', null);
$billingPlanDowngrade = $organization->getAttribute('billingPlanDowngrade', null);