mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +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(
|
||||
$container->get( 'settings.data.settings' ),
|
||||
array(
|
||||
'disable_cards' => 'disabled_cards',
|
||||
'disable_cards' => 'disabled_cards',
|
||||
'brand_name' => 'brand_name',
|
||||
'soft_descriptor' => 'soft_descriptor',
|
||||
)
|
||||
),
|
||||
new SettingsMap(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue