PushNotification
PushNotification copied to clipboard
Remove undesired character
The additional colon character after the Content-Type string will result in folowing error in HTTP Request: "Content-Type:" is not valid header name Of course the right header name is "Content-Type" without the colon character.
I too noticed this and forked it. However, did not create a pull request as for whatever reason, removing that character caused most the tests to fail, returning NULL instead of stdClass.
Since this one is already fixed on master I will close this PR. Thanks for contributing!