Shopify / active_shipping

ActiveShipping is a simple shipping abstraction library extracted from Shopify
http://shopify.github.io/active_shipping
MIT License
813 stars 547 forks source link

Tests failing with Correios #551

Closed ianzitow closed 6 years ago

ianzitow commented 6 years ago

I'm trying to use this gem in my project, however the Brazilian carrier Correios is always returning this error during the execution of "bundle exec rake test:remote":

ActiveShipping::ResponseError: ActiveShipping::ResponseError: Column 'obsFim' does not belong to table FREIGHT_PRICE.

Edouard-chin commented 6 years ago

It seems like Correios had stopped supporting their endpoint and thus we removed support for Correios. Cf #556