Skip to content

Commit

Permalink
payments: update the test IBAN used in the codebase to an example val…
Browse files Browse the repository at this point in the history
…ue that passes IBAN check-digit validity

Ref: https://www.iban.com/testibans
  • Loading branch information
jayaddison authored and marksteward committed Dec 18, 2023
1 parent 68d508f commit 4d956e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/base/tasks_banking.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def create_bank_accounts():
active=True,
institution="London Bank",
address="13 Bartlett Place, London, WC1B 4NM",
iban="GB47LOND11213141516171",
swift="GB47LOND",
iban="GB33BUKB20201555555555",
swift="GB33BUKB",
)
for acct in [gbp, eur]:
try:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_format_inline_epc_qr(app):
"SCT",
"",
"EMF Festivals Ltd",
"GB47LOND11213141516171",
"GB33BUKB20201555555555",
"EUR10",
"",
payment.bankref,
Expand Down

0 comments on commit 4d956e1

Please sign in to comment.