mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
🚚 Rename CommonSettings to GeneralSettings
This commit is contained in:
parent
50cceadd25
commit
4a7c7517a7
5 changed files with 21 additions and 21 deletions
|
@ -129,16 +129,16 @@ return array(
|
|||
|
||||
return array(
|
||||
new SettingsMap(
|
||||
$container->get( 'settings.data.common' ),
|
||||
$container->get( 'settings.data.general' ),
|
||||
array(
|
||||
'client_id' => 'client_id',
|
||||
'client_secret' => 'client_secret',
|
||||
)
|
||||
),
|
||||
new SettingsMap(
|
||||
$container->get( 'settings.data.common' ),
|
||||
$container->get( 'settings.data.general' ),
|
||||
/**
|
||||
* The new CommonSettings class stores the current connection
|
||||
* The new GeneralSettings class stores the current connection
|
||||
* details, without adding an environment-suffix (no `_sandbox`
|
||||
* or `_production` in the field name)
|
||||
* Only the `sandbox_merchant` flag indicates, which environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue