diff --git a/main-webserver/app/helpers/utils/payment/stripe_client.py b/main-webserver/app/helpers/utils/payment/stripe_client.py index f12e32f5d4e..74a8d2ab59e 100644 --- a/main-webserver/app/helpers/utils/payment/stripe_client.py +++ b/main-webserver/app/helpers/utils/payment/stripe_client.py @@ -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