Bukimedia / PrestaSharp

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

Create ProductOptionValueFactory and ProductOptionFactory fail #481

Closed MarcoITDev closed 2 months ago

MarcoITDev commented 2 months ago

Hi, Both ProductOptionValueFactory and ProductOptionFactory call to create a product option o values doesn't work.

It return an arror "object nullable"..

I check and i foud that Execute call return null in data:

in

var response = client.Execute(request);

Data value in response is null

Some idea?