Paymentsense-DevSupport / magento2-paymentsense-module

Paymentsense Module for Magento 2 Open Source (Community Edition)
GNU General Public License v3.0
3 stars 2 forks source link

PHP 7.4 Error - Deprecated Functionality: array_key_exists() #3

Closed pauldonnelly closed 3 years ago

pauldonnelly commented 3 years ago

It seems your module is breaking due to the function array_key_exists being deprecated. Can this be updated in your module.

"Deprecated Functionality: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in.."

ghost commented 3 years ago

We have this done. The version 2.4.0 of the module supporting PHP 7.4 is now available. It supports both Magento 2.3 and 2.4.

pauldonnelly commented 3 years ago

Thanks for this. I've tried to update via composer but it says there's nothing to update.