Skip to content

Commit 06a9971

Browse files
authored
Change NCM API token initialization to null
1 parent 91ebf7a commit 06a9971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/subscription_report.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
// 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
16+
$NCM_API_TOKEN = null; // Set to your token string if you want to hardcode it
1717

1818
// Base URL for Cradlepoint NCM API v3
1919
define('API_BASE_URL', 'https://api.cradlepointecm.com/api/v3');

0 commit comments

Comments
 (0)