diff --git a/federated.php b/federated.php index 090e832..725c061 100644 --- a/federated.php +++ b/federated.php @@ -3,7 +3,7 @@ /** * Plugin Name: Federated Computer E-Commerce * Description: This plugin contains customizations for Federated Computer. - * Version: 1.0.0 + * Version: 1.0.3 */ diff --git a/rest-api/provisioner_rest_api_extensions.php b/rest-api/provisioner_rest_api_extensions.php index 0715fe0..594cacd 100644 --- a/rest-api/provisioner_rest_api_extensions.php +++ b/rest-api/provisioner_rest_api_extensions.php @@ -465,6 +465,7 @@ function federated_get_subscription_by_vm_id($request){ ); $posts = get_posts($args); + $output = array(); foreach($posts as $post) {