Skip to content

Commit

Permalink
Add more details how you can read the QR-Code
Browse files Browse the repository at this point in the history
  • Loading branch information
salkhwlani committed Nov 18, 2021
1 parent cd895cf commit faadf78
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,17 @@ $displayQRCodeAsBase64 = GenerateQrCode::fromArray([
```
<p align="right">(<a href="#top">back to top</a>)</p>


## Read The QR-Code

The output of QR-Code is not readable for the human 👀, and some of QR-Code readers maybe show a invalid output because this QR-Code will be scan by the ZATCA apps later after the all steps of integration compete.
If you interested to see the output of your final QR-Code Image you can use the following website

https://www.onlinebarcodereader.com/

![image](https://user-images.githubusercontent.com/10876587/142364186-f7d5b523-07fc-4776-8b96-9a75f4a455d1.png)


## TODO

We'll continue work on this package until support the whole cycle of QR code implementation.
Expand Down

0 comments on commit faadf78

Please sign in to comment.