Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Feb 7, 2022
1 parent 62ed5b8 commit de40328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djstripe/models/billing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ def cancel(self, at_period_end=djstripe_settings.CANCELLATION_AT_PERIOD_END, **k
the ``at_period_end`` flag will be overridden to False so that the trial ends \
immediately and the customer's card isn't charged.
kwargs: invoice_now (bool), prorate (bool)
when cancelling immediately: kwargs: invoice_now (bool), prorate (bool)
"""

# If plan has trial days and customer cancels before
Expand Down

0 comments on commit de40328

Please sign in to comment.