lib/paid/subscription.rb in paid-1.0.6 vs lib/paid/subscription.rb in paid-1.0.7

- old
+ new

@@ -44,9 +44,10 @@ @api_attributes = { :id => { :readonly => true }, :object => { :readonly => true }, :created_at => { :readonly => true }, :starts_on => nil, + :ends_on => nil, :next_transaction_on => nil, :plan => { :constructor => :Plan }, :customer => nil, :started_at => nil, :ended_at => nil,