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 e385152 commit 13f34cdCopy full SHA for 13f34cd
app/code/Magento/Payment/Model/Info.php
@@ -188,6 +188,7 @@ public function getAdditionalInformation($key = null)
188
*/
189
public function unsAdditionalInformation($key = null)
190
{
191
+ $this->_initAdditionalInformation();
192
if ($key && isset($this->_additionalInformation[$key])) {
193
unset($this->_additionalInformation[$key]);
194
return $this->setData('additional_information', $this->_additionalInformation);
0 commit comments