diff options
author | David Micallef | 2019-09-23 11:14:23 +0000 |
---|---|---|
committer | David Micallef | 2019-09-23 11:14:23 +0000 |
commit | c40dd2fae0c853e6a3cabfb503d80968106cd02a (patch) | |
tree | 6752afa9e8c7c578245f5f34bfd6880b4e73bbf7 | |
parent | 0f5306cf04bdb86a91aae69012e1321e344ef31d (diff) |
change address to be consitent with payment gatewayfixup/address
-rw-r--r-- | code/pgduinvoices.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/code/pgduinvoices.py b/code/pgduinvoices.py index 125aa74..7612960 100644 --- a/code/pgduinvoices.py +++ b/code/pgduinvoices.py @@ -6,10 +6,9 @@ from postgresqleu.util.misc.baseinvoice import BaseInvoice,BaseRefund class PGDUBase(object): logo = os.path.join(settings.PROJECT_ROOT, '../media/img/PostgreSQL_logo.1color_blue.300x300.png') headertext = """PostgreSQL Down Under -Unit 8 -66 Bent Street, -McKinnon -VIC 3204 +1-19 Smith Road +Park Ridge South +QLD 4125 Australia """ sendertext = """Your contact: Randal McDonnell |