Skip to content

Commit b463abd

Browse files
author
Yu Tang
committed
MAGETWO-33659: Refactor Bundle module to use mutable data object interfaces
- Fix integration and api-functional test failure
1 parent cd6fe03 commit b463abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Model/Option.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function getOptionId()
150150
*/
151151
public function getTitle()
152152
{
153-
return $this->getData(self::KEY_TYPE);
153+
return $this->getData(self::KEY_TITLE);
154154
}
155155

156156
/**

0 commit comments

Comments
 (0)