Skip to content

Commit

Permalink
rate_plan_data should be write only on amendment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemin914 committed Oct 16, 2012
1 parent ef5410a commit 097ed91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/zuora/objects/amendment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Amendment < Base
define_attributes do
read_only :created_by_id, :created_date, :updated_by_id, :updated_date
defaults :status => 'Draft'
write_only :rate_plan_data
end
end
end

0 comments on commit 097ed91

Please sign in to comment.