Skip to content

Commit a207644

Browse files
author
Robert Wittman
committed
Changed output
1 parent 4d19f07 commit a207644

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/authentication_no_strict.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@
3131
}
3232

3333
echo $accessToken->access_token; // 53e20e750c89274d02b53927135fd664
34-
echo $accessToken->scope; // read_products
3534
}

examples/strict_authentication.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
}
5151

5252
echo $accessToken->access_token; // 53e20e750c89274d02b53927135fd664
53-
echo $accessToken->scope; // read_products
5453
}
5554

5655

0 commit comments

Comments
 (0)