Skip to content

Commit

Permalink
Support external_id on Metrics Subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
pkopac committed Mar 24, 2017
1 parent 8f391ed commit d705af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chartmogul/metrics/subscription.rb
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@ module ChartMogul
module Metrics
class Subscription < ChartMogul::Object
readonly_attr :id
readonly_attr :external_id
readonly_attr :plan
readonly_attr :quantity
readonly_attr :mrr
@@ -34,4 +35,3 @@ def self.all(customer_uuid, options = {})
end
end
end

0 comments on commit d705af1

Please sign in to comment.