QRCoder
QRCoder copied to clipboard
url payload generator should detect all-caps protocol
Summary
Updates Url Payload Generator to better handle when a given url includes HTTP/HTTPS.
This PR fixes/implements the following bugs/features:
- [x] Bug: URL Payload Generator incorrectly prefixes
http://to inputs that already includeHTTP://
Test plan
- unit test added to verify correct behavior
- make sure solution builds and tests run sucessfully