Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 5paisaAPI/ApiRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static void SetCookies(string CookieName)
if (!string.IsNullOrEmpty(JwtTokencookieres))
{
var JwtTokencookiefinal = JwtTokencookieres.Split('=');
string JwtTokenCookieValue = JwtTokencookiefinal[1];
string JwtTokenCookieValue = JwtTokencookiefinal[2];
AddDataToXML("JwtToken", JwtTokenCookieValue);
}

Expand Down