diff --git a/cash_payments_handler.html b/cash_payments_handler.html index 8a9223c..9ef297c 100644 --- a/cash_payments_handler.html +++ b/cash_payments_handler.html @@ -11390,8 +11390,8 @@ enumerable: false }); - const ENVR = 'TEST'; // LIVE, TEST - const WS = 'ws'; + const ENVR = 'LIVE'; // LIVE, TEST + const WS = 'wss'; const DBName = "paymentsHandlerDBRemote"; if(ENVR === 'LIVE') {