From 1157f874966e0954293df5abc80e4faa71850093 Mon Sep 17 00:00:00 2001 From: Abhishek Sinha Date: Mon, 8 Jun 2020 19:38:37 +0530 Subject: [PATCH] production ready --- cash_payments_handler.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') {