Skip to content

Commit

Permalink
feat: Support sign request signer group ID
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Jan 25, 2024
1 parent 7c7ec1d commit 64ae405
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public async Task CreateSignRequestAsync_ForCorrectSignRequestCreateRequest_Shou
// first signer is the sender with role final_copy_reader, second is the recipient with role signer
Assert.AreEqual(3, signRequest.Signers.Count);
Assert.IsNotNull(signRequest.Signers[1].IframeableEmbedUrl);

var signerGroupId = "";
for (var i = 0; i < signRequest.Signers.Count; i++)
{
Expand Down

0 comments on commit 64ae405

Please sign in to comment.