You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class vendor/taxjar/module-taxjar/Model/Import/Rate.php:100 is not supporting PHP 8.3, because of the line:
$this->_calculationFactory = $calculationFactory;
in the constructor
Steps to Reproduce
Enable taxjar for the checkout in the Stores->Configuration->Sales->Tax:: Enabled for Checkout
reload the page or have it enabled in the admin and open the page.
Expected Result
render configs page in the admin, should be visible
Actual Result
empty page instead of configs.
Versions
Magento 2.4
Magento Open Source (fka Magento 2 Community Edition)
PHP 8.3
The text was updated successfully, but these errors were encountered:
Description
class vendor/taxjar/module-taxjar/Model/Import/Rate.php:100 is not supporting PHP 8.3, because of the line:
$this->_calculationFactory = $calculationFactory;
in the constructor
Steps to Reproduce
Expected Result
render configs page in the admin, should be visible
Actual Result
empty page instead of configs.
Versions
The text was updated successfully, but these errors were encountered: