Fixes for migration

This commit is contained in:
David Bomba 2020-10-31 11:45:49 +11:00
parent fac2c80fe7
commit c19cebef80

View File

@ -1259,12 +1259,6 @@ trait GenerateMigrationResources
'custom_value3' => '',
'custom_value4' => '',
'transaction_name' => '',
'shipping_address1' => $vendor->shipping_address1,
'shipping_address2' => $vendor->shipping_address2,
'shipping_city' => $vendor->shipping_city,
'shipping_state' => $vendor->shipping_state,
'shipping_postal_code' => $vendor->shipping_postal_code,
'shipping_country_id' => $vendor->shipping_country_id,
'contacts' => $this->getVendorContacts($vendor->vendor_contacts),
];
}