taxjar / taxjar-magento2-extension

Magento 2 Sales Tax Extension by TaxJar
http://www.taxjar.com/guides/integrations/magento2/
Open Software License 3.0
22 stars 30 forks source link

fix: Cast values for PHP 8.1 compatibility #282

Closed sethobey closed 2 years ago

sethobey commented 2 years ago

Context

Refactor for Magento 2.4.4 compatibility and PHP 8.1 support.

Description

Performance

N/A

Testing

While testing Magento 2.4.4-beta4, encountered errors in the following instances due to null config values:

Issues have been corrected by casting config values to expected types.

Versions