Closed mikenites closed 4 years ago
Thanks for catching that. I'll do some digging into this, but on first glance it looks like you are probably correct.
Of course -- believe it is like that in the transaction_detail template as well.
Issue resolved and incorporated into in version 0.12.1.
Hi there, thank you for doing this project.
I believe the transaction_list.html line 57 should say:
{% if transaction.subscription.plan %}{{ transaction.subscription.plan }}{% else %}No subscription plan{% endif %}
Instead of
{% if transaction.plan %}{{ transaction.plan }}{% else %}No subscription plan{% endif %}