Skip to content

Commit

Permalink
Merge 83c9c5e into f60416f
Browse files Browse the repository at this point in the history
  • Loading branch information
xzzy committed Mar 25, 2020
2 parents f60416f + 83c9c5e commit b173d3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ledger/payments/templates/dpaw_payments/emails/refund.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
{% if refund_type == 'manual' %}
A refund of ${{amount|floatformat:2}} has been made for invoice reference number {{reference}}.<br />
{% elif refund_type == 'card' %}
A refund of ${{amount|floatformat:2}} has been made for invoice reference number {{reference}} to card number ending in {{card_ending}}.<br />
A refund of ${{amount|floatformat:2}} has been made for invoice reference number {{reference}} to the account used to make payment.<br />
{% endif %}
{% endblock %}
2 changes: 1 addition & 1 deletion ledger/payments/templates/dpaw_payments/emails/refund.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
{% if refund_type == 'manual' %}
A refund of ${{amount}} has been made for invoice reference number {{reference}}.
{% elif refund_type == 'card' %}
A refund of ${{amount}} has been made for invoice reference number {{reference}} to card number ending in {{card_ending}}.
A refund of ${{amount}} has been made for invoice reference number {{reference}} to the account used to make payment.
{% endif %}
{% endblock %}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='ledger',
version='1.7',
version='1.8',
description='Ledger Payments App',
url='https://github.com/dbca-wa/ledger',
author='Department of Parks and Wildlife',
Expand Down

0 comments on commit b173d3f

Please sign in to comment.