fixed an issue where existing subscriptions wont be updated with new licenses.

This commit is contained in:
2026-06-19 23:20:42 +02:00
parent 16be5448be
commit 89ea170798

View File

@@ -665,7 +665,6 @@ class API_inserve extends API
$subscriptionId = $subscriptionFound; $subscriptionId = $subscriptionFound;
$existingLines = []; $existingLines = [];
$missingLines = []; $missingLines = [];
$subscriptionLines = [];
# Get the subscription lines from the specific subscriptionId # Get the subscription lines from the specific subscriptionId
$this->getSubscriptionsLines($subscriptionId); $this->getSubscriptionsLines($subscriptionId);