Skip to content

Commit

Permalink
remove default for subscription object
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemin914 committed May 28, 2013
1 parent 2449116 commit ce7e8a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/zuora/objects/subscription.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ class Subscription < Base
:original_created_date, :original_id, :previous_subscription_id, :status,
:subscription_end_date, :term_end_date, :version, :subscription_start_date

defaults :auto_renew => false,
:initial_term => 1,
:is_invoice_separate => false,
:renewal_term => 0
#defaults :auto_renew => false,
# :initial_term => 1,
# :is_invoice_separate => false,
# :renewal_term => 0
end
end
end

0 comments on commit ce7e8a8

Please sign in to comment.