🔧 Add two hardcoded values to SettingsMap

This commit is contained in:
Philipp Stracker 2025-02-20 14:01:44 +01:00
parent 7b12166b5c
commit b093abe4d2
No known key found for this signature in database

View file

@ -160,6 +160,10 @@ return array(
'sandbox_client_secret' => 'client_secret',
'sandbox_merchant_id' => 'merchant_id',
'sandbox_merchant_email' => 'merchant_email',
// Hardcoded settings, not present in new UI.
'enabled' => static fn() => true,
'allow_local_apm_gateways' => static fn() => true,
)
),
new SettingsMap(