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 29 forks source link

Remove Zend_Framework1 #361

Closed knowgod closed 1 year ago

knowgod commented 1 year ago

Context

Make module compatible with Magento 2.4.6

Description

Replace usages of \Zend_* classes with modern approaches

Performance

Not tested

Testing

  1. Open Magento back-office
  2. Start creating new order
  3. Choose any customer
  4. Add any product
  5. Enter shipping address data
  6. Click the link "Get available payment methods"

Expected Result: Payment methods loaded Actual Result: No changes in view. XHR returns:

Exception #0 (Exception): User Deprecated Functionality: Class is deprecated in /var/www/html/vendor/magento/framework/HTTP/ZendClient.php on line 27

Versions

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

knowgod commented 1 year ago

duplicate