We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7a2d5 commit 7b71402Copy full SHA for 7b71402
lib/internal/Magento/Framework/Webapi/ServiceInputProcessor.php
@@ -38,12 +38,12 @@
38
*/
39
class ServiceInputProcessor implements ServicePayloadConverterInterface, ResetAfterRequestInterface
40
{
41
- public const EXTENSION_ATTRIBUTES_TYPE = \Magento\Framework\Api\ExtensionAttributesInterface::class;
42
-
43
/**
44
* Input param to be rejected when it contains xml content
45
46
- public const REJECTED_INPUT_PARAM_SOURCEDATA = 'sourcedata';
+ private const REJECTED_INPUT_PARAM_SOURCEDATA = 'sourcedata';
+
+ public const EXTENSION_ATTRIBUTES_TYPE = \Magento\Framework\Api\ExtensionAttributesInterface::class;
47
48
49
* @var TypeProcessor
0 commit comments