File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
app/code/Magento/Webapi/Model/Soap Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ class Fault
3939 const NODE_DETAIL_WRAPPER = 'GenericFault ' ;
4040 /**#@-*/
4141
42- /** @var string */
42+ /**
43+ * @var string
44+ */
4345 protected $ _soapFaultCode ;
4446
4547 /**
@@ -114,7 +116,7 @@ public function __construct(
114116 \Magento \Framework \Locale \ResolverInterface $ localeResolver ,
115117 State $ appState
116118 ) {
117- $ this ->_soapCode = $ exception ->getOriginator ();
119+ $ this ->_soapFaultCode = $ exception ->getOriginator ();
118120 $ this ->_parameters = $ exception ->getDetails ();
119121 $ this ->_wrappedErrors = $ exception ->getErrors ();
120122 $ this ->stackTrace = $ exception ->getStackTrace () ?: $ exception ->getTraceAsString ();
@@ -194,7 +196,7 @@ public function getDetails()
194196 */
195197 public function getSoapCode ()
196198 {
197- return $ this ->_soapCode ;
199+ return $ this ->_soapFaultCode ;
198200 }
199201
200202 /**
You can’t perform that action at this time.
0 commit comments