Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nstevens1040 authored Jul 19, 2021
1 parent 8e34eae commit 869a81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
return;
}
txn = response;
txn_status_uri = "https://changenow.io/api/v1/transactions/" + txn.id + apiKey;
txn_status_uri = "https://changenow.io/api/v1/transactions/" + txn.id + "/" + apiKey;
msgText = "ChangeNow is listening for your transaction.<br/>Please send exactly:<br/> <table><colgroup><col/><col/></colgroup><tbody><tr><td><button name=\"spend\" id=\"spend\" onclick=\"copyToClipboard('amt','spend');\">COPY</button></td><td><b style=\"color: yellow;\" id=\"amt\">" + btc_spend + "</b> " + document.getElementById("exchange").value.toUpperCase() + " to </td></tr><tr><td><button name=\"pay\" id=\"pay\" onclick=\"copyToClipboard('payin','pay');\">COPY</button></td><td><b style=\"color: yellow;\" id=\"payin\">" + txn.payinAddress + "</b></td></tr></tbody></table>";
document.getElementById("msg").innerHTML = msgText;
var i = 0;
Expand Down

0 comments on commit 869a81c

Please sign in to comment.