Skip to content
Snippets Groups Projects

hotline#198092 : fix delData() call in Decalog connector

Merged Alex Arnaud requested to merge hotline#198092_urgent_webservice_bis into master
Compare and
2 files
+ 2
2
Preferences
Compare changes
Files
2
@@ -314,7 +314,7 @@ class Class_WebService_SIGB_Decalog_Service extends Class_WebService_SIGB_Abstra
protected function _callDelAction(string $url, array $params = []) : string {
return $this->httpDelete($url,
$params,
http_build_query($params),
Zend_Http_Client::ENC_URLENCODED,
$this->_header());
}