aligent / bigcommerce-v3-api-php-client

PHP library to interact with the BigCommerce V3 API (https://developer.bigcommerce.com/api-reference#v3-rest-api)
GNU General Public License v3.0
13 stars 23 forks source link

Creation of dynamic properties (deprecated in PHP8) #201

Closed TroggTech closed 1 year ago

TroggTech commented 1 year ago

Every time I access a product and other items I get a bunch of these errors:

PHP Deprecated: Creation of dynamic property BigCommerce\ApiV3\ResourceModels\Catalog\Product\Product::$tax_class_id is deprecated in /app/vendor/aligent/bigcommerce-api-client/src/BigCommerce/ResourceModels/ResourceModel.php on line 20

jswift commented 1 year ago

Looks like the property is missing in ResourceModel/Product, just checking if there's any others that have been added.