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;
|
$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);
|
||||||
|
|||||||
Reference in New Issue
Block a user