add v0.1.4 test table

This commit is contained in:
Michael Stapelberg
2020-09-21 17:42:28 +02:00
parent bab63e5884
commit e99c0cc7cd

View File

@@ -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 To build confidence in our implementation, please help us verify that the codes
scan as expected! 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 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! interface, then file an issue (or send a pull request) with your test results!
Thank you very much. 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 | | 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) | | ![](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) |