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

error when compile di #142

Closed EspertoMagento closed 2 years ago

EspertoMagento commented 2 years ago

Deprecated Functionality: Unparenthesized a ?: b ? c : d is deprecated.
Use either (a ?: b) ? c : d or a ?: (b ? c : d) in /htdocs/vendor/hipay/hipay-fullservice-sdk-magento2/Model/Request/PaymentMe
thod/CardToken.php on line 39

BeardTech commented 2 years ago

it's a know issue that i've been reported in #130 it's have been fix in the 1.13.8 release https://github.com/hipay/hipay-fullservice-sdk-magento2/commit/d0eaec52d1aab18a60c055d75843fa0f514c4058

legithubdeaymeric commented 2 years ago

Yes it's fixed ;-)