Deduplicate bank number
This commit is contained in:
parent
4d823f0a72
commit
c546c3c7b2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ function regenerateQR() {
|
|||
|
||||
let qr_data = generateQrCode({
|
||||
name: 'Zeus WPI',
|
||||
iban: 'BE03 7340 5456 0384',
|
||||
iban: document.getElementById('banknumber').textContent,
|
||||
amount: amount,
|
||||
unstructuredReference: message,
|
||||
information: 'Zeus WPI Tab',
|
||||
|
|
Loading…
Reference in a new issue