Skip to content

Commit

Permalink
fixed issue with billing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Jul 6, 2018
1 parent 3070310 commit 2804b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion billing/models/Billable.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def _save_subscription_model(self, processor_plan, subscription_object):
if subscription:
subscription.plan = processor_plan
subscription.plan_id = subscription_object['id']
subscription.plan_name = subscription_object['plan']['name']
subscription.plan_name = subscription_object['plan']['id']
subscription.trial_ends_at = trial_ends_at
subscription.ends_at = ends_at
subscription.save()
Expand Down

0 comments on commit 2804b95

Please sign in to comment.