Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jovfer authored Mar 21, 2019
2 parents ff3c8c7 + b608681 commit 738c42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcx/wrappers/node/src/api/issuer-credential.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class IssuerCredential extends VCXBaseWithState<IIssuerCredentialData> {
* Builds a generic Issuer Credential object
* ```
* issuerCredential = await IssuerCredential.create({sourceId: "12",
* credDefId: "credDefId", attr: {key: "value"}, credentialName: "name", price: 0})
* credDefId: "credDefId", attr: {key: "value"}, credentialName: "name", price: "0"})
* ```
* @returns {Promise<IssuerCredential>} An Issuer credential Object
*/
Expand Down

0 comments on commit 738c42d

Please sign in to comment.