🚚 Rename CommonSettings to GeneralSettings

This commit is contained in:
Philipp Stracker 2025-01-09 13:05:03 +01:00
parent 50cceadd25
commit 4a7c7517a7
No known key found for this signature in database
5 changed files with 21 additions and 21 deletions

View file

@ -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