Bukimedia / PrestaSharp

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

Error adding product #249

Open mirasolutions opened 7 years ago

mirasolutions commented 7 years ago

Hello, i have null reference error when add new product

this is my data

`

3 12 53 1 0 0 1234 0 0 5 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 ciao caro come stai ciao caro come stai ciao caro come stai ciao caro come stai

`

in this method of library public Entities.product Add(Entities.product Product) aux value is null

thanks

EduLeonPavon commented 7 years ago

Hi @mirasolutions Are you using PrestaShop 1.7? If yes, please update PrestaSharp. Regards.