Skip to content

Commit

Permalink
server: Use ends_at in cancellation
Browse files Browse the repository at this point in the history
  • Loading branch information
birkjernstrom committed Jan 3, 2025
1 parent 317a4aa commit d4b65b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block body %}
<h1>Your subscription has been canceled</h1>
<p>We're sorry to see you go! Your subscription to <strong>{{ product.name }}</strong> will remain active until <strong>{{ subscription.current_period_end.strftime("%B %d, %Y") }}</strong>, after which it will be canceled.</p>
<p>We're sorry to see you go! Your subscription to <strong>{{ product.name }}</strong> will remain active until <strong>{{ subscription.ends_at.strftime("%B %d, %Y") }}</strong>, after which it will be canceled.</p>
<p>If you change your mind, you can renew your subscription anytime before the end date.</p>

<p>Meanwhile, you will continue to have access to the following benefits:</p>
Expand Down

0 comments on commit d4b65b2

Please sign in to comment.