We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ebf7a commit 06a9971Copy full SHA for 06a9971
1 file changed
examples/subscription_report.php
@@ -13,7 +13,7 @@
13
*/
14
15
// Optional: Set your NCM API v3 token here, or use NCM_API_TOKEN/TOKEN environment variable
16
-$NCM_API_TOKEN = ''; // Set to your token string if you want to hardcode it
+$NCM_API_TOKEN = null; // Set to your token string if you want to hardcode it
17
18
// Base URL for Cradlepoint NCM API v3
19
define('API_BASE_URL', 'https://api.cradlepointecm.com/api/v3');
0 commit comments