protected function _setMerchant()
 {
     Divido::setMerchant($this->getApiKey());
     if ($this->getMethod()->getConfigData('sandbox')) {
         Divido::setSandboxMode(true);
     }
 }