/**
  * Called after the configuration is set.
  */
 protected function afterConfigurationSet()
 {
     parent::afterConfigurationSet();
     $this->attributeCodeMappingMerger->setParameters($this->getClientParameters(), $this->getPrestashopUrl());
 }