Skip to content

Commit

Permalink
REF: easier safello testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Overtorment committed Feb 27, 2020
1 parent a53581f commit f4dc60c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buy-bitcoin-redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
var u = new URLSearchParams(window.location.search);
var address = u.get('address') || '';
var safello_state_token = u.get('safelloStateToken')
if (safello_state_token == 'TEST') {
// for the sake of testing
return alert(safello_state_token);
}

$.ajax({
url: "https://geoip-db.com/jsonp",
Expand Down

0 comments on commit f4dc60c

Please sign in to comment.