Skip to content

Commit e002aab

Browse files
authored
Merge pull request #28 from nos/develop
chore(nOS ID): Fix example docs according to nOS ID API
2 parents 01f0d6c + 1d0a665 commit e002aab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/nos-id/getting-started.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ This is the data you can read from authorized users:
3838
* Email
3939
* Username
4040
* Verified user cryptocurrency addresses
41-
* NOS Balance
4241
* NOS Holding Score
4342

4443
More features for reading (and writing) user data will be available in the future.
@@ -177,8 +176,6 @@ if (!empty($_SESSION['access_token'])) {
177176
$content .= "<br>";
178177
$content .= "<strong>Verified NEO Address:</strong> $neo_address";
179178
$content .= "<br>";
180-
$content .= "<strong>NOS Balance:</strong> " . $response->balance_nos;
181-
$content .= "<br>";
182179
$content .= "<strong>Holding Score:</strong> " . $response->holding_score;
183180
$content .= "</div>";
184181
}
@@ -275,8 +272,6 @@ if (!empty($_SESSION['access_token'])) {
275272
$content .= "<br>";
276273
$content .= "<strong>Verified NEO Address:</strong> $neo_address";
277274
$content .= "<br>";
278-
$content .= "<strong>NOS Balance:</strong> " . $response->balance_nos;
279-
$content .= "<br>";
280275
$content .= "<strong>Holding Score:</strong> " . $response->holding_score;
281276
$content .= "</div>";
282277
}

0 commit comments

Comments
 (0)