Don't put None in return URLs for bank transfer payments
authorMagnus Hagander <magnus@hagander.net>
Thu, 11 Oct 2018 11:06:07 +0000 (13:06 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 11 Oct 2018 11:06:07 +0000 (13:06 +0200)
commit2801eacc969509920ca44f0b889fdc00fc7fd93a
tree47ac47de0125183309d53e0780d8a93f82f88fdc
parent9d077af5cfc4a51209029d8e08c5fe608e5fa213
Don't put None in return URLs for bank transfer payments

None got turned into the string None, and then put in the URL, which
means the return URL was simply broken. In the case where there is no
return url, the link shouldn't be there at all.
postgresqleu/invoices/views.py
postgresqleu/util/payment/banktransfer.py