Skip to content

Commit c838ed1

Browse files
committed
Resolve B2B integration tests failures
1 parent 831616d commit c838ed1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/internal/Magento/Framework/DataObject.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,8 @@ public function __call($method, $args)
397397
);
398398
}
399399

400-
return $this->_data[
401-
self::$_underscoreCache[$method] ?? $this->_underscore($method)
402-
] ?? $this->getData(
403-
self::$_underscoreCache[$method] ?? $this->_underscore($method),
400+
return $this->getData(
401+
self::$_underscoreCache[$method] ?? $this->_underscore($method),
404402
$args[0] ?? null
405403
);
406404
case 'set':

0 commit comments

Comments
 (0)