Automattic / woocommerce-services

WooCommerce Services is a feature plugin that integrates hosted services into WooCommerce (3.0+), and currently includes automated tax rates and the ability to purchase and print USPS shipping labels.
GNU General Public License v2.0
108 stars 20 forks source link

Fix deprecation notices for PHP 8.2. - issue 2682 #2686

Closed Abdalsalaam closed 11 months ago

Abdalsalaam commented 1 year ago

Description

Fixing PHP creation of dynamic property notices while using the plugin with PHP 8.2

Related issue(s)

Closes #2682

Steps to reproduce & screenshots/GIFs

  1. Switch your PHP version into 8.2.
  2. Enable the debug.
  3. Add any product to the cart.
  4. Proceed the checkout.
  5. There will be no creation of dynamic property notices anymore in the log file.

Checklist