File tree Expand file tree Collapse file tree
DocuSign.Workspaces/DocuSign.Workspaces Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 <PackageReference Include =" AutoFixture" Version =" 4.18.1" />
2424 <PackageReference Include =" DocumentFormat.OpenXml" Version =" 2.20.0" />
2525 <PackageReference Include =" DocuSign.eSign.dll" Version =" 8.5.0" />
26- <PackageReference Include =" Docusign.IAM.SDK" Version =" 1.0.0-beta.6 " />
26+ <PackageReference Include =" Docusign.IAM.SDK" Version =" 1.0.0-beta.7 " />
2727 <PackageReference Include =" Microsoft.OpenApi" Version =" 2.3.0" />
2828 <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 7.0.18" />
2929 <PackageReference Include =" Microsoft.AspNetCore.SpaServices.Extensions" Version =" 7.0.18" />
Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . Diagnostics ;
44using System . Linq ;
5+ using System . Text . Json ;
56using System . Threading . Tasks ;
67using DocuSign . eSign . Model ;
78using Docusign . IAM . SDK . Models . Components ;
@@ -76,7 +77,7 @@ public async Task<List<CareDocumentsModel>> SubmitToPhysician(SubmitToPhysicians
7677 {
7778 Email = model . Email ,
7879 FirstName = model . Physician . Name ,
79- LastName = ""
80+ LastName = "Last Name "
8081 } ;
8182 await ExecuteDocuSignCallAsync (
8283 "WorkspaceUsers.AddWorkspaceUserAsync" ,
You can’t perform that action at this time.
0 commit comments