Skip to content

Commit

Permalink
[MNOE-1195] product.json builder updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rorong committed Jun 26, 2018
1 parent fdb31ee commit ce71c07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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|
Expand Down

0 comments on commit ce71c07

Please sign in to comment.