From 2a1414080a6d7caf198d2595dab36a44794cf651 Mon Sep 17 00:00:00 2001 From: Simon Beginn Date: Sat, 25 Jan 2020 01:19:07 +0100 Subject: [PATCH] Set key to null to prevent communication (switched to test mode) --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index e9d929a..1e64be8 100644 --- a/www/index.php +++ b/www/index.php @@ -103,7 +103,7 @@ if(isset($_GET['path'])) { $result['zipCode'] = false; $result['allowRememberMe'] = false; $result['image'] = $_SERVER['HTTP_HOST'] . '/logo.png'; - $result['key'] = 'pk_live_*****l3lS******QViZ*****'; //Insert here a key to unlock the store. And buy the subsciption... + $result['key'] = null; //Insert here a key to unlock the stripe store (is a string). And buy the subscription... $result['plans'] = array(); $result['plans']['premium'] = array(); $result['plans']['premium']['amount'] = 42;