Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamkou committed Jul 24, 2017
1 parent 57dbe19 commit 388d16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const payload = {
userid: 'My-API-User'
};
concardis.directlink.OrderSmart
concardis.direct.link.OrderSmart
.test/*production*/('MyShaToken', payload/*, 'sha512'*/).toJson()
.then(response => console.log(response)) // NCERROR and NCSTATUS validation
.catch(error => console.error(error))
Expand Down

0 comments on commit 388d16d

Please sign in to comment.