Skip to content

Commit

Permalink
one moreee
Browse files Browse the repository at this point in the history
  • Loading branch information
mstur committed May 14, 2021
1 parent 30a9f6b commit 04c24e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main-webserver/app/helpers/utils/payment/stripe_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ def time_left_in_trial(self, customer_id: str) -> str:
def time_left_in_paid_access(self, customer_id: str) -> str:
"""
Returns how long a customer has left in their paid subscription
Args:
customer_id: the stripe customer ID
Returns: a string-formatted version of the amount of time
left in their subscription
Expand Down

0 comments on commit 04c24e6

Please sign in to comment.