diff --git a/pub/api/classes/API_inserve.php b/pub/api/classes/API_inserve.php index 428e768..ac9165d 100644 --- a/pub/api/classes/API_inserve.php +++ b/pub/api/classes/API_inserve.php @@ -489,7 +489,7 @@ class API_inserve extends API $payload = [ "cloud_distribution_id" => $item['md5'], #md5 hash based on the server_uuid from sentri and the subscription name (eg. server_cpu_count) "cloud_subscription_id" => "sentri-servers", # Mark all the sentri-servers subscriptions so we can filter the subscriptions better - "name" => $item['subscriptionInserveName'], + "name" => $item['subscriptionSentriName'], "quantity" => ($row['server_state'] === 'deleted') ? 0 : $item['countSentri'], "cloud_distribution_company_id" => $item['sentriCompanyId'], # this is generated by inserve "status" => $item['SentriStatus'],