You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When graphql schema is fetched, it cannot fetch because of error:
Deprecated Functionality: Creation of dynamic property Adyen\Payment\Model\Resolver\StoreConfig\StoreLocale\Interceptor::$adyenHelper is deprecated in /app/xxxxxxxxxxx/vendor/adyen/module-payment/Model/Resolver/StoreConfig/StoreLocale.php on line 35
Because property is called protected Data $dataHelper; while in constructor you are using $this->adyenHelper = $adyenHelper; (dataHelper != adyenHelper)
To Reproduce
Have latest version installed and php8.2
Try to fetch graphql schema:
{
__schema {types {__typename
}
}}
Expected behavior
Schema is fetched without errors
Magento version 2.4.6-p7
Plugin version 9.8.1
Screenshots
The text was updated successfully, but these errors were encountered:
Hello - There is an error in the file:
https://github.com/Adyen/adyen-magento2/blob/main/Model/Resolver/StoreConfig/StoreLocale.php#L27
Describe the bug
When graphql schema is fetched, it cannot fetch because of error:
Deprecated Functionality: Creation of dynamic property Adyen\Payment\Model\Resolver\StoreConfig\StoreLocale\Interceptor::$adyenHelper is deprecated in /app/xxxxxxxxxxx/vendor/adyen/module-payment/Model/Resolver/StoreConfig/StoreLocale.php on line 35
Because property is called
protected Data $dataHelper;
while in constructor you are using$this->adyenHelper = $adyenHelper;
(dataHelper
!=adyenHelper
)To Reproduce
Expected behavior
Schema is fetched without errors
Magento version
2.4.6-p7
Plugin version
9.8.1
Screenshots
The text was updated successfully, but these errors were encountered: