Skip to content

Commit

Permalink
Fixing #26083
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoaacoliveira committed Dec 17, 2019
1 parent e385152 commit 13f34cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/Payment/Model/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ public function getAdditionalInformation($key = null)
*/
public function unsAdditionalInformation($key = null)
{
$this->_initAdditionalInformation();
if ($key && isset($this->_additionalInformation[$key])) {
unset($this->_additionalInformation[$key]);
return $this->setData('additional_information', $this->_additionalInformation);
Expand Down

0 comments on commit 13f34cd

Please sign in to comment.