Skip to content

Commit b82a623

Browse files
ENGCOM-3535: fix(Webapi Xml Renderer - 18361): removed the not needed ampersand re… #18380
- Merge Pull Request #18380 from nickshatilo/magento2:fix/18361-Customer-last-name-is-encoded-twice-in-the-XML-interface-2.3 - Merged commits: 1. b4181a0 2. 491e918
2 parents 1be3c78 + 491e918 commit b82a623

File tree

1 file changed

+3
-1
lines changed
  • lib/internal/Magento/Framework/Webapi/Rest/Response/Renderer

1 file changed

+3
-1
lines changed

lib/internal/Magento/Framework/Webapi/Rest/Response/Renderer/Xml.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
*/
88
namespace Magento\Framework\Webapi\Rest\Response\Renderer;
99

10+
/**
11+
* Renders response data in Xml format.
12+
*/
1013
class Xml implements \Magento\Framework\Webapi\Rest\Response\RendererInterface
1114
{
1215
/**
@@ -165,4 +168,3 @@ protected function _prepareKey($key)
165168
return $key;
166169
}
167170
}
168-

0 commit comments

Comments
 (0)