fix some issues wiht payments processed

This commit is contained in:
Blake Ridgway
2026-03-28 16:10:00 -05:00
parent 8827980043
commit a621b1deb9
3 changed files with 40 additions and 12 deletions

View File

@@ -48,9 +48,9 @@
</div>
{{if .Subscription.CurrentPeriodEnd}}
<div class="status-row">
<span class="status-row__label">next billing date</span>
<span class="status-row__label">{{if eq .Subscription.Status "cancelling"}}access until{{else}}next billing date{{end}}</span>
<span class="status-row__dots"></span>
<span class="status-row__value">{{.Subscription.CurrentPeriodEnd}}</span>
<span class="status-row__value">{{.Subscription.CurrentPeriodEnd | fmtDate}}</span>
</div>
{{end}}
</div>