mallgroup / mpapi-client-php

MPAPI client is a PHP tool created to help Internet Mall, a. s. partners easily manage article catalog, deliveries, orders, etc. using Mall Marketplace API.
Apache License 2.0
6 stars 19 forks source link

FILTER_TYPE_BASIC #3

Closed gotroch closed 6 years ago

gotroch commented 6 years ago

$products->setFilter(ProductsEndpoints::FILTER_TYPE_BASIC) cause fatal error Undefined class constant 'FILTER_TYPE_BASIC'.

gotroch commented 6 years ago

plz fix your documentation to $products->setFilter(Products::FILTER_TYPE_BASIC);

mdrlikmall commented 6 years ago

Hi Pavel, products doc fixed in v2.10.2, thx.