Martin Sznaper

Results 4 issues of Martin Sznaper

+ Delete the given optionValue + Return the collection of all option values By OptionID + Get collection of product rules by Product

### Expected behavior It should return the value of the property condition from the Object Rules. ### Actual behavior Is trying to get property of non-object at /var/www/rebillia/vendor/bigcommerce/api/src/Bigcommerce/Api/Resources/Rule.php:25) ### Steps...

### Expected behavior /** * Delete the given optionValue. * * @param int $option_id option id * @Param int $id value id * @return mixed */ public static function deleteOptionValue($option_id,...