mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Map the "Brand Name" and "Soft Descriptor"
This commit is contained in:
parent
9cfb34ad1a
commit
6814fd0a2e
1 changed files with 3 additions and 1 deletions
|
@ -161,7 +161,9 @@ return array(
|
||||||
new SettingsMap(
|
new SettingsMap(
|
||||||
$container->get( 'settings.data.settings' ),
|
$container->get( 'settings.data.settings' ),
|
||||||
array(
|
array(
|
||||||
'disable_cards' => 'disabled_cards',
|
'disable_cards' => 'disabled_cards',
|
||||||
|
'brand_name' => 'brand_name',
|
||||||
|
'soft_descriptor' => 'soft_descriptor',
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
new SettingsMap(
|
new SettingsMap(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue