hipay / hipay-fullservice-sdk-magento2

Official repository of the HiPay Fullservice extension for Magento v2.
https://developer.hipay.com/doc/hipay-fullservice-sdk-magento2/
Apache License 2.0
10 stars 16 forks source link

2.4 Install not works PHP 7.4 #130

Closed brmor-group-label closed 2 years ago

brmor-group-label commented 3 years ago

Hi,

It's impossible to install your last version (1.11.0) we have an error about deprecated functionnality when setup:upgrade.

Deprecated Functionality: Unparenthesized a ? b : c ? d : e is deprecated Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /app/vendor/hipay/hipay-fullservice-sdk-magento2/Model/Config.php on line 144

legithubdeaymeric commented 3 years ago

Hi,

Release with fix for that will be available this afternoon !

nverhoye commented 2 years ago

Hello, same issue here when i run bin/magento s:d:c

Compilation was started. Repositories code generation... 1/9 [===>------------------------] 11% 1 sec 133.0 MiB In ErrorHandler.php line 61:

Deprecated Functionality: Unparenthesized a ?: b ? c : d is deprecated. Use either (a ?: b) ? c : d or a ?: (b ? c : d) in /var/www/html/vendor/hipay/hipay-fullser
vice-sdk-magento2/Model/Request/PaymentMethod/CardToken.php on line 39

Version used 1.13.6 on php 7.4 and magento 2.4.3-p1

BeardTech commented 2 years ago

@nverhoye i think the 1.13.8 release fix this :)

legithubdeaymeric commented 2 years ago

https://github.com/hipay/hipay-fullservice-sdk-magento2/releases/tag/1.13.8