All notable changes to this project will be documented in this file.
- Refactoring error responses. Was
res, apiError, err :=
, now is justres, err :=
- Adding integration testing keys (
SANDBOX_SUCCESS
,SANDBOX_ERROR
)
- Fixing issue where send_at, async, and ip_pool payload attributes were set on the
message
attribute. Needs to be at the root level.
- Intitial version!