From 09dc4a98f08616854bfac8a317735a3d23f3daad Mon Sep 17 00:00:00 2001 From: Harold Wanyama Date: Thu, 23 Nov 2023 17:42:18 +0300 Subject: [PATCH] Gofmted /v2/sign/service file Signed-off-by: Harold Wanyama --- cla-backend-go/v2/sign/service.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }