Skip to content
Snippets Groups Projects
Commit f2be2052 authored by Dimitris Bozelos's avatar Dimitris Bozelos
Browse files

Issue #3307875 Updated DocumentVersion for Feeds XML

parent 16426de1
Branches
Tags
No related merge requests found
...@@ -84,7 +84,7 @@ class XmlBuilder implements XmlBuilderInterface { ...@@ -84,7 +84,7 @@ class XmlBuilder implements XmlBuilderInterface {
* The updated feed content array. * The updated feed content array.
*/ */
protected function autoFill(array $content) { protected function autoFill(array $content) {
$content['Header']['DocumentVersion'] = '1.01'; $content['Header']['DocumentVersion'] = '1.02';
$counter = 0; $counter = 0;
foreach ($content['Message'] as &$message) { foreach ($content['Message'] as &$message) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment