pagarme / pagarme-net

Pagar.me .NET library
MIT License
42 stars 49 forks source link

Fix GetAttribute to handle null responses #123

Closed LucasLyoji closed 4 years ago

LucasLyoji commented 4 years ago

When accessing any parameter of an object with a response of null value, the Null Reference Exception would occur inside the method and therefore not give the user any useful information about the contents of said parameter.

This fix allows them to give a treatable error in application level, with the content of the response (null) generated by the Default(T).