Let op: er zijn nieuwe DPD plugins (BETA versie) beschikbaar met belangrijke nieuwe functionaliteiten. De oude plugins zullen na Brexit niet meer goed functioneren, download daarom de nieuwe versie op Github/DPDconnect.
GNU General Public License v3.0
12
stars
15
forks
source link
When using config.php, config values get locked which shouldn't get locked. #43
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
For example if config is dumped to config.php. It writes:
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.