Skip to content

Commit

Permalink
Merge pull request #216 from yg3630536/bugfix/add-issuanceDate-in-raw…
Browse files Browse the repository at this point in the history
…data

* fixed bug in fromJson
  • Loading branch information
junqizhang-dev committed May 27, 2020
2 parents b5f1e36 + 4f619b1 commit 6951442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public static CredentialPojo fromJson(String credentialJson) {
CredentialPojo.class
);
credentialPojo.putProofValue(ParamKeyConstant.PROOF_SIGNATURE, signature);
credentialPojo.setIssuanceDate(0L);
//credentialPojo.setIssuanceDate(0L);
credentialPojo.addType(CredentialConstant.DEFAULT_CREDENTIAL_TYPE);
credentialPojo.addType(CredentialType.LITE1.getName());
return credentialPojo;
Expand Down

0 comments on commit 6951442

Please sign in to comment.