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 530aeaa commit dc5145cCopy full SHA for dc5145c
app/code/Magento/Quote/Setup/ConvertSerializedDataToJson.php
@@ -72,6 +72,12 @@ public function convert()
72
'payment_id',
73
'additional_information'
74
);
75
+ $fieldDataConverter->convert(
76
+ $this->quoteSetup->getConnection(),
77
+ $this->quoteSetup->getTable('quote_payment'),
78
+ 'payment_id',
79
+ 'additional_data'
80
+ );
81
$fieldDataConverter->convert(
82
$this->quoteSetup->getConnection(),
83
$this->quoteSetup->getTable('quote_address'),
0 commit comments