From e99c0cc7cdcab14c873b2f48bd400e29974cb77d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 21 Sep 2020 17:42:28 +0200 Subject: [PATCH] add v0.1.4 test table --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dd185f..88deca2 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,32 @@ http://localhost:9933/qr?format=png&udname=Mary+Jane&udaddr1=Artikel+19b To build confidence in our implementation, please help us verify that the codes scan as expected! -### qrbill v0.1.3 (2020-Sep-10) +### qrbill v0.1.4 (2020-Sep-21) Scan each of the following 3 QR codes in your eBanking app, program or web interface, then file an issue (or send a pull request) with your test results! Thank you very much. +| donation | invoice | invoice without amount | +|----------|---------|------------------------| +| ![](img/2020-09-21-qrbill-0.1.4-donation.png) | ![](img/2020-09-21-qrbill-0.1.4-invoice.png) | ![](img/2020-09-21-qrbill-0.1.4-invoice-without-amount.png) | +| [donation parameters](http://localhost:9933/qr?format=html&udname=&udaddr1=&udaddr2=&udpost=&udcity=&udcountry=&udaddrtype=) | [invoice parameters](http://localhost:9933/qr?format=html&udname=Mary+Jane&udaddr1=Artikel+19b&amount=23.42) | [invoice without amount parameters](http://localhost:9933/qr?format=html&udname=Mary+Jane&udaddr1=Artikel+19b) | + +| QR code | scanned with | paid via | Notes | +|------------------------|---------------------------|----------|-------------------------------------------| +| donation | SIX QR-bill validation | | | +| invoice | SIX QR-bill validation | | | +| invoice without amount | SIX QR-bill validation | | | +| donation | ZKB eBanking (iOS) | ZKB | | +| invoice | ZKB eBanking (iOS) | | | +| invoice without amount | ZKB eBanking (iOS) | | | +| donation | Revolut (iOS) | | | +| invoice | Revolut (iOS) | | message replaced with revolut text! | +| invoice without amount | Revolut (iOS) | | message replaced with revolut text! | + + +### qrbill v0.1.3 (2020-Sep-10) + | donation | invoice | invoice without amount | |----------|---------|------------------------| | ![](img/2020-09-21-qrbill-0.1.3-donation.png) | ![](img/2020-09-21-qrbill-0.1.3-invoice.png) | ![](img/2020-09-21-qrbill-0.1.3-invoice-without-amount.png) |