Skip to content

Commit

Permalink
Add description on user's subscription page - EDLY-2321 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
taimoor-ahmed-1 authored Apr 2, 2021
1 parent 0f40743 commit 071d327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecommerce/subscriptions/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def fulfill_product(self, order, lines, email_opt_in=False):
data = {
'user': order.user.username,
'subscription_id': subscription.id,
'description': subscription.description,
'expiration_date': subscription_expiration,
'subscription_type': subscription_type,
'max_allowed_courses': subscription_number_of_courses.value if subscription_number_of_courses else None
Expand Down

0 comments on commit 071d327

Please sign in to comment.