plivo-php icon indicating copy to clipboard operation
plivo-php copied to clipboard

Fix for Undefined index: invalid_number

Open obscurecloud opened this issue 5 years ago • 0 comments

https://github.com/plivo/plivo-php/issues/143

This is an easy and unintrusive way to address this issue due to the explicit check for an empty array in the MessageCreateResponse __construct (src/Plivo/Resources/Message/MessageCreateResponse.php:25) short of the API always returning this value.

obscurecloud avatar Oct 12 '19 00:10 obscurecloud