Skip to content

Commit

Permalink
Merge pull request #4189 from nickmango/sign-fmt
Browse files Browse the repository at this point in the history
Gofmted /v2/sign/service file
  • Loading branch information
nickmango authored Nov 23, 2023
2 parents 34fb773 + 09dc4a9 commit 45c2c22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cla-backend-go/v2/sign/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -984,9 +984,9 @@ func (s *service) populateSignURL(ctx context.Context,
}

eventNotification := DocuSignEventNotification{
URL: callbackURL,
LoggingEnabled: true,
EnvelopeEvents: recipientEvents,
URL: callbackURL,
LoggingEnabled: true,
EnvelopeEvents: recipientEvents,
UseSoapInterface: "true",
IncludeDocuments: "true",
}
Expand Down

0 comments on commit 45c2c22

Please sign in to comment.