Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using config.php, config values get locked which shouldn't get locked. #43

Open
Nielex opened this issue Jun 7, 2019 · 0 comments

Comments

@Nielex
Copy link

Nielex commented Jun 7, 2019

For example if config is dumped to config.php. It writes:

  • dpdshipping/accesstoken
  • dpdshipping/accesstoken_depot
  • dpdshipping/accesstoken_created

To this file. When connecting and getting a new access_token from DPD this access_token is written to the database in core_config_data with path dpdshipping/accesstoken. But when loading this with

$this->scopeConfig->getValue(self::DPD_ACCESSTOKEN);

The value from config.php is returned, which is different and causes errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant