shipperhq / module-address-autocomplete

ShipperHQ Address Autocomplete for Magento 2
Open Software License 3.0
15 stars 20 forks source link

Broken checkout after upgrading to 20.4.0 #25

Closed erfanimani closed 3 years ago

erfanimani commented 3 years ago

Just a heads up that the upgrade to 20.4.0 drops https://github.com/shipperhq/module-shipper as a dependency, and therefore results in issues such as:

Report ID: webapi-60c30bc06a958; Message: Class ShipperHQ\Shipper\Model\Customer\Attribute\Source\AddressType does not exist

There are a few attributes that use custom source models:

image

I'm not sure what the best way to deal with this is as Magento doesn't really have uninstall scrips. But I thought I'd leave this here anyway for others.

--

edit, actually I stand corrected. There is an uninstall script, but something went wrong in my deployment that didn't trigger it.