Skip to content

Commit

Permalink
add datto_client_subscription_id to read_only attributes on account
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-L committed Dec 13, 2016
1 parent 9417df0 commit e7e57b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zuora/objects/account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Account < Base
define_attributes do
read_only :balance, :created_date, :credit_balance, :last_invoice_date,
:parent_id, :total_invoice_balance, :updated_date,
:created_by_id, :last_invoice_date, :updated_by_id
:created_by_id, :last_invoice_date, :updated_by_id, :datto_client_subscription_id

defaults :auto_pay => false,
:currency => 'USD',
Expand Down

0 comments on commit e7e57b3

Please sign in to comment.