JeremyDunn / php-fedex-api-wrapper

This library provides a fluid interface for constructing requests to the FedEx web service API.
269 stars 184 forks source link

handle null pointer exception #169

Closed TomAshe closed 3 years ago

TomAshe commented 3 years ago

Address null pointer exception that occurs if the property being accessed does not exist in the data, and the setter parameter does not have a named type.

(also, fix comment where argument type did not matched the declared type.)

alex-volga commented 3 years ago

same problem with StatusExceptionDescription and StatusExceptionCode

JeremyDunn commented 3 years ago

@TomAshe Sorry for the delay merging this. Thank you!