digicust APP Bugfix
This commit is contained in:
@@ -573,6 +573,7 @@ Public Class cDigicustAPI
|
||||
Dim dateTime As New Chilkat.CkDateTime
|
||||
Dim getAsLocal As Boolean = False
|
||||
jsonResp.DateOf("result.createdAt", dateTime)
|
||||
'If Not IsDate(dateTime) Then dateTime.SetFromCurrentSystemTime()
|
||||
dig.createdAt = dateTime.GetAsTimestamp(getAsLocal)
|
||||
dig.modifiedAt = dateTime.GetAsTimestamp(getAsLocal)
|
||||
dig.status = jsonResp.StringOf("result.status.value")
|
||||
|
||||
Reference in New Issue
Block a user