From 22f7327d5ab821ae1246d3f8433e8cca4baadd3d Mon Sep 17 00:00:00 2001 From: Overtorment Date: Thu, 27 Feb 2020 17:36:23 +0000 Subject: [PATCH] REF: easier safello testing --- buy-bitcoin-redirect.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buy-bitcoin-redirect.html b/buy-bitcoin-redirect.html index 305543f4..ce1f206a 100644 --- a/buy-bitcoin-redirect.html +++ b/buy-bitcoin-redirect.html @@ -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({