Set key to null to prevent communication (switched to test mode)

This commit is contained in:
Simon Beginn
2020-01-25 01:19:07 +01:00
parent 932177ebf1
commit 2a1414080a

View File

@@ -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;