A third party extension is rendering payment info using Magento\Payment\Block\Info.php methods and formatting.
When using Worldline payment method, Worldline\PaymentCore\Block\Info.php is used instead but rendering breaks because of missing methods and differences in getSpecificInformation() result.
This class should be made compatible, or not injected over the default.
A third party extension is rendering payment info using Magento\Payment\Block\Info.php methods and formatting. When using Worldline payment method, Worldline\PaymentCore\Block\Info.php is used instead but rendering breaks because of missing methods and differences in getSpecificInformation() result. This class should be made compatible, or not injected over the default.
https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Payment/Block/Info.php