Closed sandmman closed 7 years ago
The messageBody setter was not appending the newValue to the request, but rather messageBody, which of course will always be null. Also, adds a new test case.
newValue
messageBody
The messageBody setter was not appending the
newValue
to the request, but rathermessageBody
, which of course will always be null. Also, adds a new test case.