aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/aai/templates/customer_create_update.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/onapsdk/aai/templates/customer_create_update.json.j2')
-rw-r--r--src/onapsdk/aai/templates/customer_create_update.json.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/src/onapsdk/aai/templates/customer_create_update.json.j2 b/src/onapsdk/aai/templates/customer_create_update.json.j2
index 0eea2ed..2ac30b4 100644
--- a/src/onapsdk/aai/templates/customer_create_update.json.j2
+++ b/src/onapsdk/aai/templates/customer_create_update.json.j2
@@ -1,15 +1,15 @@
{
"global-customer-id": "{{ global_customer_id }}",
"subscriber-name": "{{ subscriber_name }}",
- "subscriber-type": "{{ subscriber_type }}"{% if service_subscriptions %},
+ "subscriber-type": "{{ subscriber_type }}"{%- if service_subscriptions %},
"service-subscriptions": {
"service-subscription": [
{% for service_subscription in service_subscriptions %}
{
"service-type": "{{ service_subscription }}"
- }{% if not loop.last %},{% endif %}
+ }{%- if not loop.last %},{%- endif %}
{% endfor %}
]
}
- {% endif %}
+ {%- endif %}
} \ No newline at end of file