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 944c217 commit 4d1389a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Metrics/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Subscription extends AbstractModel
{

protected $id;
protected $external_id;
protected $plan;
protected $quantity;
protected $mrr;
Expand Down

0 comments on commit 4d1389a

Please sign in to comment.