Skip to content

Commit

Permalink
FIX: xanpool
Browse files Browse the repository at this point in the history
  • Loading branch information
Overtorment committed Apr 15, 2020
1 parent bb4b948 commit 1465a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buy-bitcoin-redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

window.location = safello_url
} else if (xanpool_countries.indexOf(location.country_code) !== -1) {
var xanpool_url = "https://checkout.xanpool.com/?apiKey=7e3o3bzh5f2opybhhkqgo63yfbqykmll&cryptoCurrency=btc&transactionType=buy";
var xanpool_url = "https://widget.xanpool.com/?apiKey=7e3o3bzh5f2opybhhkqgo63yfbqykmll&cryptoCurrency=btc&transactionType=buy&isWebView=true";
if (address) xanpool_url += "&wallet=" + address;
window.location = xanpool_url;
} else {
Expand Down

0 comments on commit 1465a93

Please sign in to comment.