lyra / plugin-magento

An open source plugin that links Magento based e-commerce websites to PayZen secure payment gateway developed by Lyra Network.
https://lyra.com/fr/guides/magento/
Open Software License 3.0
10 stars 12 forks source link

Zend Log error with oney method #30

Closed nenes25 closed 1 year ago

nenes25 commented 1 year ago

Hello,

We have an error once we enable the oney method in the checkout with magento 2.4.3

main.CRITICAL: Error: Class 'Lyranetwork\Lyra\Model\Method\Zend_Log' not found in /var/www/apps/magento2/app/code/Lyranetwork/Lyra/Model/Method/Oney.php:258

This is due to the fact that Zend_Log library is no more loaded with this version Magento. I have fixed it on our website and will provided the fix as a PR

Regards,

nenes25 commented 1 year ago

Fix with the merge of #31