active_shipping
active_shipping copied to clipboard
ActiveShipping is a simple shipping abstraction library extracted from Shopify
### Issue Both `Name` and `CompanyName` are being populated in `Shipper` element. Based on the schema - `Name` should only be present for `Shipper` and - `CompanyName` should only be...
In tests we have lots of: ```ruby assert thing.property? ``` Which should all be converted to: ```ruby assert_predicate :property?, thing ```
I'm running in to an issue when calculating shipping for packages. See below for the setup. The `shipping_service` object is just `ActiveShipping::USPS.new(login: 'my-login-key')` ```ruby irb> shipping_packages [ [0] #, [1]...
I don't see a way to schedule a pickup with USPS. The USPS API does provide this functionality: [USPS Package Pickup API Documentation](https://www.usps.com/business/web-tools-apis/package-pickup-api.htm) Does this functionality exist? If not, is...
I don't see any way to standardize addresses in this library; however, USPS has this capability. Am I missing something or is there an opportunity for this feature to be...
Going off https://github.com/Shopify/active_shipping/issues/39, would active_shipping be open to adding a method for the address validation API for USPS carrier? I'd be happy to make a PR for this but wanted...
I'm need to integrate with multiple carriers for shipping estimates and have run into some inconsistencies. The one of most concern is `::Stamps#find_rates` not accepting multiple packages, while UPS /...
The most recent builds on [travis-ci are failing](https://travis-ci.org/Shopify/active_shipping/jobs/103665067) with error messages like: > The SSL connection to the remote server could not be established This seems related to the [announcement...
active_shipping doesn't appear to currently do FedEx address validation. We are currently using active_shipping in our project and have a need to identify the residential status of addresses before shipping....
We recently signed a contract with Canada Post, and now when I try to create a shipping label, I get this error: ``` ActiveMerchant::Shipping::ResponseError: Commercial customers with a valid parcel...