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

refactor: Legacy Backend block constructor compatibility #250

Closed sethobey closed 2 years ago

sethobey commented 2 years ago

Context

Adobe extended security support for M2 v2.3 thru Q3 '22

Description

Backend block constructor changed between M2.3 and M2.4. Removes additional constructor parameters not present in M2.3 which prevent successful DI compilation.

Performance

N/A

Testing

  1. Run setup:di:compile
  2. Observe successful compilation

Versions