| @@ -13,11 +13,11 @@ | ||
| 13 | 13 | 'slug' => 'blockspare', |
| 14 | 14 | 'premium_slug' => 'blockspare-pro', |
| 15 | 15 | 'type' => 'plugin', |
| 16 | 16 | 'public_key' => 'pk_d67f7ce3f4642fcd5999502d0ac11', |
| 17 | - 'is_premium' => true, | |
| 17 | + 'is_premium' => false, | |
| 18 | 18 | 'premium_suffix' => 'Pro', |
| 19 | - 'has_premium_version' => false, | |
| 19 | + 'has_premium_version' => true, | |
| 20 | 20 | 'has_addons' => false, |
| 21 | 21 | 'has_paid_plans' => true, |
| 22 | 22 | 'menu' => array( |
| 23 | 23 | 'slug' => 'blockspare', |
| @@ -22,12 +22,14 @@ | ||
| 22 | 22 | 'menu' => array( |
| 23 | 23 | 'slug' => 'blockspare', |
| 24 | 24 | 'first-path' => 'admin.php?page=blockspare', |
| 25 | 25 | 'account' => true, |
| 26 | - 'pricing' => false, | |
| 26 | + 'pricing' => true, | |
| 27 | 27 | 'contact' => true, |
| 28 | 28 | ), |
| 29 | - | |
| 29 | + // Set the SDK to work in a sandbox mode (for development & testing). | |
| 30 | + // IMPORTANT: MAKE SURE TO REMOVE SECRET KEY BEFORE DEPLOYMENT. | |
| 31 | + 'secret_key' => 'sk_6~#*wZ3r~OBg=n01{1HY-#vGeiw[7', | |
| 30 | 32 | ) ); |
| 31 | 33 | } |
| 32 | 34 | |
| 33 | 35 | return $blockspare_fs; |