IMEX MySnd, RKSV DE Storno, Div.Bugfix

This commit is contained in:
2022-11-29 10:31:58 +01:00
parent 6ea3919e73
commit aec330e6ed
39 changed files with 5592 additions and 85 deletions

View File

@@ -341,7 +341,7 @@ Public Class cSMS
Dim sbRequestBody As New Chilkat.StringBuilder
json.EmitSb(sbRequestBody)
MsgBox(sbRequestBody.ToString)
'MsgBox(sbRequestBody.ToString)
Dim sbResponseBody As New Chilkat.StringBuilder
success = rest.FullRequestSb("POST", "/richcontent/v3/send", sbRequestBody, sbResponseBody)
If (success <> True) Then