laybuy / Magento-2-Latest

2 stars 9 forks source link

Update code for compatibility with Magento 2.4.6 #39

Closed KiuNguyen closed 1 year ago

KiuNguyen commented 1 year ago

For Magento 2.4.6 version, "Zend framework (ZF1) components that have reached end of life have been removed from the codebase." https://experienceleague.adobe.com/docs/commerce-operations/release/notes/adobe-commerce/2-4-6.html Laybuy module uses ZF1 to request => it will throw an error. Currently, I tested the update code with fresh Magento 2.4.5 & 2.4.6, and it works correctly (create/cancel/refund orders).

nikolai-overdose commented 1 year ago

For Magento 2.4.6 version, "Zend framework (ZF1) components that have reached end of life have been removed from the codebase." https://experienceleague.adobe.com/docs/commerce-operations/release/notes/adobe-commerce/2-4-6.html

Laybuy module uses ZF1 to request => it will throw an error.

Currently, I tested the update code with fresh Magento 2.4.5 & 2.4.6, and it works correctly (create/cancel/refund orders).