Skip to content

Commit

Permalink
Fixes bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Baev committed May 29, 2017
1 parent 37c96b6 commit f74b22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function build()
$xmlService = new SabreXmlService();

$namespace = '{'.static::GOOGLE_MERCHANT_XML_NAMESPACE.'}';
$xmlService->namespaceMap[static::GOOGLE_MERCHANT_XML_NAMESPACE] = '';
$xmlService->namespaceMap[static::GOOGLE_MERCHANT_XML_NAMESPACE] = 'g';

$xmlStructure = array('channel' => array());

Expand Down

0 comments on commit f74b22a

Please sign in to comment.