Skip to content

Commit

Permalink
cleanup: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Dec 22, 2023
1 parent 8c8e269 commit 652fb41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/common/epc.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

def make_epc_qrfile(payment: BankPayment, **kwargs) -> BytesIO:
qrfile = BytesIO()
# TODO: this isn't currently used. Need to fetch IBAN from payment.recommended_destination
# and name from somewhere - maybe config rather than hard-coding.
qr: QRCode = helpers.make_epc_qr(
name="EMF Festivals Ltd",
iban=payment.recommended_destination.iban,
Expand Down

0 comments on commit 652fb41

Please sign in to comment.