Skip to content
Snippets Groups Projects
Commit c1af094e authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #35088 start implementing post

parent 4de25615
Branches
Tags
6 merge requests!1659Master,!1622Dev#35088 oai import in cosmogramme,!1619Dev#35088 oai import in cosmogramme,!1611Dev#35088 oai import in cosmogramme,!1607Dev#40786 zendification de l ecran de parametrages des profils de donnees,!1606Dev#40786 zendification de l ecran de parametrages des profils de donnees
......@@ -35,7 +35,7 @@ class Class_ProfileSerializer {
$data[] = $this->extractCarts();
$data[] = $this->extractLoans();
$data[] = $this->extractHolds();
xdebug_break();
return serialize($data);
}
......@@ -75,7 +75,7 @@ class Class_ProfileSerializer {
public function extractSubscribers() {
return [$this->extractXmlSubscriber(),
return [Class_IntProfilDonnees::XML_SUBSCRIBER_FIELD => $this->extractXmlSubscriber(),
$this->extractSubscriberFields()];
}
......@@ -96,7 +96,7 @@ class Class_ProfileSerializer {
public function extractXmlSubscriber() {
return $this->_datas[Class_IntProfilDonnees::XML_SUBSCRIBER_FIELD];
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment