feat: allow to disable subscriptions (#144)

This commit is contained in:
Miguel Ribeiro
2024-02-23 18:08:20 +01:00
committed by GitHub
parent 91e53a48e4
commit 50056d9f03
15 changed files with 24 additions and 42 deletions
-7
View File
@@ -63,13 +63,6 @@
});
}
usort($subscriptions, function ($a, $b) {
if ($a['inactive'] == $b['inactive']) {
return 0;
}
return $a['inactive'] ? 1 : -1;
});
$currentCategory = 0;
$currentPayerUserId = 0;
$currentPaymentMethodId = 0;