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 f4dc60c commit 22f7327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buy-bitcoin-redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
var safello_state_token = u.get('safelloStateToken')
if (safello_state_token == 'TEST') {
// for the sake of testing
return alert(safello_state_token);
alert(safello_state_token);
throw new Error("Script execution terminated");
}

$.ajax({
Expand Down

0 comments on commit 22f7327

Please sign in to comment.