How to remove magento 2 module Temando Shipping totally without errors when edit product?
How to remove magento 2 module Temando Shipping totally without errors when edit product
bin/magento module:disable Temando_Shipping
DELETE FROM `eav_attribute` WHERE `source_model` LIKE '%Temando%'
bin/magento setup:upgrade