Closed pmarjan-onestic closed 8 months ago
Status at: 28. February 2024.
As in 9.2.0 of Adyen_Payment module, within the Adyen\Payment\Model\Ui\AdyenCcConfigProvider
I cannot see any title added to the $config
array.
Do you know maybe in which version this will become available?
@pmarjan-onestic this will probably be implemented in our next plugin release. However it is not a blocker, it is an enhancement
Hello @pmarjan-onestic,
This field has been added to the plugin with this PR and it will be released with version v9.3.0. Once it's been released, you can use this field.
Cheers!
@candemiralp this is now edited, value is picked from configuration 'adyenCc/title'
This config provider would be edited, so we could later read the CC title value via Magento\Checkout\Model\CompositeConfigProvider and use it when building the component configuration.