danielreyesGL
Results
2
issues of
danielreyesGL
When trying to use `/push` endpoint `toLowerCase()` call on helper method removes case on `messageId` parameter and request fails because ID is not found ( due to `messageId` case).
Removing `toLowerCase()` to preserve case on a scenario such as `/push` endpoint `/push/v1/messageContact/${messageId}/send` where id case must be preserved