From 89ea1707988e2da3c6b1d3ade8a3d85239928104 Mon Sep 17 00:00:00 2001 From: Meteo Date: Fri, 19 Jun 2026 23:20:42 +0200 Subject: [PATCH] fixed an issue where existing subscriptions wont be updated with new licenses. --- pub/api/classes/API_inserve.php | 1 - 1 file changed, 1 deletion(-) diff --git a/pub/api/classes/API_inserve.php b/pub/api/classes/API_inserve.php index 2ad444d..9edda0e 100644 --- a/pub/api/classes/API_inserve.php +++ b/pub/api/classes/API_inserve.php @@ -665,7 +665,6 @@ class API_inserve extends API $subscriptionId = $subscriptionFound; $existingLines = []; $missingLines = []; - $subscriptionLines = []; # Get the subscription lines from the specific subscriptionId $this->getSubscriptionsLines($subscriptionId);