diff --git a/cla-backend-go/v2/sign/service.go b/cla-backend-go/v2/sign/service.go index 30e25dccb..999701785 100644 --- a/cla-backend-go/v2/sign/service.go +++ b/cla-backend-go/v2/sign/service.go @@ -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", }