derhuerst / sepa-payment-qr-code

Generate a QR code to initiate a SEPA bank transfer.
https://github.com/derhuerst/sepa-payment-qr-code#sepa-payment-qr-code
ISC License
32 stars 7 forks source link

reference not being put into data #2

Closed elgarfo closed 1 year ago

elgarfo commented 1 year ago

issue: using the current usage examples, the "reference" is not rendered into the data.

possible solution: after being puzzled, and also looking into example.js, i finally checked the source. the source uses "unstructuredReference", "structuredReference" and "information" as possible keys.

both usage examples (readme.md and example.js) only use "reference" which is not even used in index.js

i will shortly provide you with a pull request, so you can take a quick look and maybe merge the changes.