Skip to content

Commit

Permalink
[MNOE-1195] notification property added
Browse files Browse the repository at this point in the history
  • Loading branch information
rorong committed Jun 26, 2018
1 parent d68bbf9 commit fdb31ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/app/models/mno_enterprise/product.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ class Product < BaseResource
property :single_billing_enabled, type: :boolean
property :billed_locally, type: :boolean
property :available_actions

property :notification_on_success
property :notification_on_failure
property :notification_on_approval

def to_audit_event
{
Expand Down

0 comments on commit fdb31ee

Please sign in to comment.