add dcc_gateway_enabled to default reset values

This commit is contained in:
David Remer 2020-08-18 13:05:48 +03:00
parent a0b4344578
commit 720de96cba

View file

@ -50,6 +50,7 @@ class Settings implements ContainerInterface
$this->load();
$fieldsToReset = [
'enabled',
'dcc_gateway_enabled',
'intent',
'client_id',
'client_secret',