Skip to content

Commit

Permalink
Merge pull request #4213 from nickmango/feature/docsign-test-url
Browse files Browse the repository at this point in the history
Feature/Docusign callback URL
  • Loading branch information
nickmango authored Jan 5, 2024
2 parents 38e1b07 + 2fc5b97 commit 651c62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cla-backend-go/v2/sign/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ func (s *service) RequestCorporateSignature(ctx context.Context, lfUsername stri
}

func (s *service) getCorporateSignatureCallbackUrl(companyId, projectId string) string {
s.ClaV4ApiURL = "https://cf2e-154-227-128-74.ngrok-free.app" //testing
// s.ClaV4ApiURL = "https://cf2e-154-227-128-74.ngrok-free.app" //testing
return fmt.Sprintf("%s/v4/signed/corporate/%s/%s", s.ClaV4ApiURL, companyId, projectId)
}

Expand Down

0 comments on commit 651c62b

Please sign in to comment.