diff --git a/2020-06-25-format-html.jpg b/2020-06-25-format-html.jpg deleted file mode 100644 index 475120d..0000000 Binary files a/2020-06-25-format-html.jpg and /dev/null differ diff --git a/2020-06-25-qr-mary-jane.png b/2020-06-25-qr-mary-jane.png deleted file mode 100644 index 4c6b2e5..0000000 Binary files a/2020-06-25-qr-mary-jane.png and /dev/null differ diff --git a/README.md b/README.md index bd3e873..332c480 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # qrbill Go package - + The qrbill package implements generating QR-bill QR codes, which is a Swiss 🇨🇭 payment standard: @@ -51,14 +51,28 @@ http://localhost:9933/qr?format=html&udname=Mary+Jane&udaddr1=Artikel+19b When you open the URL in your web browser, you should see the following debug output: -![](2020-06-25-format-html.jpg) +![](img/2020-09-21-format-html.jpg) When you scan the resulting QR code with your eBanking app, you should see a form like this: - + Once you are happy with the code parameters, change the `format` parameter from `html` to `png`, e.g.: http://localhost:9933/qr?format=png&udname=Mary+Jane&udaddr1=Artikel+19b + +## Crowd-sourced compatibility testing + +### qrbill v0.1.3 (2020-Sep-10) + +QR codes if you want to test: + +* donation ([debug link](http://localhost:9933/qr?format=html&udname=&udaddr1=&udaddr2=&udpost=&udcity=&udcountry=&udaddrtype=)) +* invoice ([debug link](http://localhost:9933/qr?format=html&udname=Mary+Jane&udaddr1=Artikel+19b&amount=23.42)) +* invoice without amount ([debug link](http://localhost:9933/qr?format=html&udname=Mary+Jane&udaddr1=Artikel+19b)) + +| QR code | scanned with | paid via | Notes | +|----------|---------------------|----------|-------| +| donation | ZKB eBanking (iOS) | ZKB | diff --git a/2020-06-25-ebanking-app.jpg b/img/2020-06-25-ebanking-app.jpg similarity index 100% rename from 2020-06-25-ebanking-app.jpg rename to img/2020-06-25-ebanking-app.jpg diff --git a/img/2020-09-21-format-html.jpg b/img/2020-09-21-format-html.jpg new file mode 100644 index 0000000..2feeda3 Binary files /dev/null and b/img/2020-09-21-format-html.jpg differ diff --git a/img/2020-09-21-qrbill-0.1.3-donation.png b/img/2020-09-21-qrbill-0.1.3-donation.png new file mode 100644 index 0000000..2dd5fcd Binary files /dev/null and b/img/2020-09-21-qrbill-0.1.3-donation.png differ diff --git a/img/2020-09-21-qrbill-0.1.3-invoice-without-amount.png b/img/2020-09-21-qrbill-0.1.3-invoice-without-amount.png new file mode 100644 index 0000000..914eab7 Binary files /dev/null and b/img/2020-09-21-qrbill-0.1.3-invoice-without-amount.png differ diff --git a/img/2020-09-21-qrbill-0.1.3-invoice.png b/img/2020-09-21-qrbill-0.1.3-invoice.png new file mode 100644 index 0000000..57029ea Binary files /dev/null and b/img/2020-09-21-qrbill-0.1.3-invoice.png differ