additional_data missing on sales_order_payment

Hello,
after migration from Magento 1.1.9 to Magento 2.2.8 with UBDataMigration Pro 3.1.8 I see missing many of additional_data values of the table sales order payment.
 
If I run the following query on M2 it returns 0 results:
SELECT * FROM `sales_order_payment` WHERE `additional_data` LIKE ‘%componentMode%’
 
If I run the same on the equivalent M1 table, it returns more than 50k results:
SELECT * FROM `sales_flat_order_payment` WHERE `additional_data` LIKE ‘%component_mode%’
 
Why and how I can fix? On Magento 2 I’m using the same order/category/products ID of Magento 1

  1. Profile photo of Raffaele BaldiRaffaele Baldi 130.00 $tone April 29, 2020
    The migration is ok. I'm using a different query, sorry

1 answer

Profile photo of ubdev Staff 98150.00 $tone April 29, 2020
Public

Hi Raffaele,
 
We’re glad that you sorted it out at your end. 
 
Since our team has a local festival event with two days off this week (Thursday and Friday), we’re sorry for a certain delay in responding to you if you reach out to us during this time. We have a team in charge of the support, however, it will take us a bit longer to follow up with you. 
 
Regards,
Ubertheme team
 

#1

Please login or Register to Submit Answer

Written By

Comments