From a1dfcebf711d0984921c7d648aa3cce65e8a969d Mon Sep 17 00:00:00 2001 From: Fuad Ar-Radhi <8604132+fuadarradhi@users.noreply.github.com> Date: Wed, 12 Aug 2020 21:01:11 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4313bcd..68dbca9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $sso = new \SSOAceh\PHPClient\SSOClient("/Path/ke/file/sso_secure.json"); $res = $sso->parseToken($token); // result -echo $res->ID; +echo $res->SessionID; echo $res->NIK; echo $res->NIP; echo $res->Nama;