Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for PHP 8.2 #251

Open
devinsays opened this issue Sep 22, 2023 · 1 comment
Open

Support for PHP 8.2 #251

devinsays opened this issue Sep 22, 2023 · 1 comment

Comments

@devinsays
Copy link

We are getting the following notices in PHP 8.2:

PHP Deprecated:  Creation of dynamic property WC_Taxjar_Integration::$method_title is deprecated in /wp-content/plugins/taxjar-simplified-taxes-for-woocommerce/includes/class-wc-taxjar-integration.php on line 36
PHP Deprecated:  Creation of dynamic property WC_Taxjar_Integration::$method_description is deprecated in /wp-content/plugins/taxjar-simplified-taxes-for-woocommerce/includes/class-wc-taxjar-integration.php on line 37
PHP Deprecated:  Creation of dynamic property WC_Taxjar_Integration::$integration_uri is deprecated in /wp-content/plugins/taxjar-simplified-taxes-for-woocommerce/includes/class-wc-taxjar-integration.php on line 38
PHP Deprecated:  Creation of dynamic property WC_Taxjar_Integration::$debug is deprecated in /wp-content/plugins/taxjar-simplified-taxes-for-woocommerce/includes/class-wc-taxjar-integration.php on line 39
PHP Deprecated:  Creation of dynamic property WC_Taxjar_Download_Orders::$integration is deprecated in /wp-content/plugins/taxjar-simplified-taxes-for-woocommerce/includes/class-wc-taxjar-download-orders.php on line 15
PHP Deprecated:  Creation of dynamic property WC_Taxjar_Download_Orders::$taxjar_download is deprecated in /wp-content/plugins/taxjar-simplified-taxes-for-woocommerce/includes/class-wc-taxjar-download-orders.php on line 16
PHP Deprecated:  Creation of dynamic property WC_Taxjar_Integration::$download_orders is deprecated in /wp-content/plugins/taxjar-simplified-taxes-for-woocommerce/includes/class-wc-taxjar-integration.php on line 40
PHP Deprecated:  Creation of dynamic property WC_Taxjar_Integration::$transaction_sync is deprecated in /wp-content/plugins/taxjar-simplified-taxes-for-woocommerce/includes/class-wc-taxjar-integration.php on line 41
PHP Deprecated:  Creation of dynamic property WC_Taxjar_Integration::$customer_sync is deprecated in /wp-content/plugins/taxjar-simplified-taxes-for-woocommerce/includes/class-wc-taxjar-integration.php on line 42
PHP Deprecated:  Creation of dynamic property WC_Taxjar_Integration::$module_loader is deprecated in /wp-content/plugins/taxjar-simplified-taxes-for-woocommerce/includes/class-wc-taxjar-integration.php on line 43
PHP Deprecated:  Creation of dynamic property TaxJar_Tax_Calculation::$cache_time is deprecated in /wp-content/plugins/taxjar-simplified-taxes-for-woocommerce/includes/class-taxjar-tax-calculation.php on line 24
PHP Deprecated:  Creation of dynamic property WC_Taxjar_Integration::$tax_calculations is deprecated in /wp-content/plugins/taxjar-simplified-taxes-for-woocommerce/includes/class-wc-taxjar-integration.php on line 47

Our host is requiring us to move to 8.2, so would love to get these notices resolved so it's easier to read our logs.

@devinsays
Copy link
Author

We're still getting notices with the latest version of this plugin 4.2.1.

It's a quick fix, the properties just need to be declared.

Screenshot 2024-03-06 at 9 58 58 AM

We're manually patching each release, but would love to have this fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant