Skip to content

Commit

Permalink
Refund Email Text Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jason.moore@dbca.wa.gov.au authored and jason.moore@dbca.wa.gov.au committed Mar 25, 2020
1 parent b3691ff commit 83c9c5e
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 83c9c5e

Please sign in to comment.