zipMoney/zip.magento2

Magento 2.4.3 Support

Opened this issue · 4 comments

Plugin is not working with a fresh Magento 2.4.3-p1 Install running PHP v7.4

In the admin panel, the check credentials button produces a javascript error
Uncaught TypeError: document.getElementById(...) is null

On the front-end, the cart page is broken with the following error in exception.log
[2021-11-02 02:51:47] main.CRITICAL: Class ZipMoneyGatewayFacade does not exist {"exception":"[object] (ReflectionException(code: -1): Class ZipMoneyGatewayFacade does not exist at /var/www/html/vendor/magento/framework/Code/Reader/ClassReader.php:28)"} []

Hey,

First issue has been resolved please pull the last code from master branch.
2nd i couldn't replicate. I am using magento 2.4.3p1. Could you please refresh the cache as well as compile the magento code? Please follow the below steps.
To install the extension via Composer, run

cd
composer require zip/magento2
php bin/magento module:status (Check if Zip_ZipPayment module is disabled)
php bin/magento module:enable Zip_ZipPayment (enabled plugin if disabled)
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
To upgrade Existing Modules

composer update zip/magento2
php bin/magento setup:di:compile
php bin/magento c:c
php bin/magento setup:static-content:deploy

Still getting the same error

Are you testing on php 7.4?

I did test on php 7.4. It is working fine. I could not you replicate the issue.