Map the "Disable specific credit cards".

This will allow to bind the setting with the frontend.
This commit is contained in:
Narek Zakarian 2025-02-13 16:26:08 +04:00
parent 6eb5e9f0d9
commit 83bd078eb9
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -158,6 +158,12 @@ return array(
'sandbox_merchant_email' => 'merchant_email',
)
),
new SettingsMap(
$container->get( 'settings.data.settings' ),
array(
'disable_cards' => 'disabled_cards',
)
),
new SettingsMap(
$container->get( 'settings.data.styling' ),
/**