Fix payment uri handling
This commit is contained in:
parent
a3377a5579
commit
d849df98c6
3 changed files with 17 additions and 6 deletions
|
|
@ -17,7 +17,7 @@ function onDeviceReady() {
|
|||
|
||||
function handleBitcoinURI(url) {
|
||||
if (!url) return;
|
||||
window.location = '#!/uri-payment/' + encodeURIComponent(url);
|
||||
window.location = '#!/uri-payment/' + url;
|
||||
}
|
||||
|
||||
window.plugins.webintent.getUri(handleBitcoinURI);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue