diff --git a/api/app/views/mno_enterprise/jpi/v1/products/_product.json.jbuilder b/api/app/views/mno_enterprise/jpi/v1/products/_product.json.jbuilder index 123d81617..26dbfb5a9 100644 --- a/api/app/views/mno_enterprise/jpi/v1/products/_product.json.jbuilder +++ b/api/app/views/mno_enterprise/jpi/v1/products/_product.json.jbuilder @@ -1,4 +1,4 @@ -json.extract! product, :id, :nid, :name, :active, :product_type, :logo, :external_id, :externally_provisioned, :free_trial_enabled, :free_trial_duration, :free_trial_unit, :local, :single_billing_enabled, :billed_locally +json.extract! product, :id, :nid, :name, :active, :product_type, :logo, :external_id, :externally_provisioned, :free_trial_enabled, :free_trial_duration, :free_trial_unit, :local, :single_billing_enabled, :billed_locally, :notification_on_success, :notification_on_failure, :notification_on_approval json.values_attributes do json.array! product.values.each do |value|