Bukimedia / PrestaSharp

CSharp .Net client library for the PrestaShop API via web service
GNU General Public License v3.0
154 stars 152 forks source link

Fixing deserialization leading to null pointer #404

Closed oromand closed 3 years ago

oromand commented 4 years ago

This is a PR fixing a deserialization issue causing a null pointer exception. In particular, the attribute RootElement is set by the caller and was leading to a null value during the mapping phase. RootElement is marked by RestSharp as obsolete.