Skip to content

Commit

Permalink
Gofmted /v2/sign/service file
Browse files Browse the repository at this point in the history
Signed-off-by: Harold Wanyama <[email protected]>
  • Loading branch information
nickmango committed Nov 23, 2023
1 parent 34fb773 commit 09dc4a9
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 09dc4a9

Please sign in to comment.