Skip to content

Commit

Permalink
Add inital files to add eSign v4 as default (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
iAziz786 authored Sep 15, 2021
1 parent c5bdfca commit 594a10d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 355 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,9 @@ You can download or add the link to the CDN of our Web SDK. There are two functi
function openGateway() {
// To setup gateway UI to mach your application
zoop.eSignGatewayInit(gatewayOptions);
// Pass the transaction ID created at Init call
zoop.eSignGateway(<<transaction_id>>);
// Pass the transaction ID created at Init call and the version of the
// esign to be used, latest is v4.
zoop.eSignGateway(<<transaction_id>>, "v3");
}
</script>
</body>
Expand Down
Loading

0 comments on commit 594a10d

Please sign in to comment.