add the grassrootseconomics/go-vise package to visedriver-africastalking #3

Open
Alfred-mk wants to merge 2 commits from update-go-vise into master
Showing only changes of commit 615f1d32ac - Show all commits

View File

@ -45,7 +45,7 @@ func (arp *ATRequestParser) GetSessionId(ctx context.Context, rq any) (string, e
if err != nil { if err != nil {
context.WithValue(arp.Context, "at-session-id", sessionId) context.WithValue(arp.Context, "at-session-id", sessionId)
} }
logg.Debugf("Received request:", decodedStr) logg.Debugf("Received request:", "request body", decodedStr)
} }
if err := rqv.ParseForm(); err != nil { if err := rqv.ParseForm(); err != nil {