diff --git a/enterprise_catalog/apps/api/v1/export_utils.py b/enterprise_catalog/apps/api/v1/export_utils.py index a19e256fe..88319a7cd 100644 --- a/enterprise_catalog/apps/api/v1/export_utils.py +++ b/enterprise_catalog/apps/api/v1/export_utils.py @@ -135,7 +135,8 @@ def fetch_catalog_types(hit): CATALOG_TYPES = [ 'A la carte', 'Business', - 'Education' + 'Education', + 'Subscription' ] return [catalog for catalog in CATALOG_TYPES if catalog in hit.get('enterprise_catalog_query_titles')]