fixed an issue where existing subscriptions wont be updated with new licenses.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user