Problem/Motivation
USPS First Class is now named USPS Ground Advantage and as such rates for this service are not being displayed.
Proposed resolution
Need to update the rate key to be "GroundAdvantage" instead of "First"
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3480663-6.patch | 590 bytes | genellann |
Issue fork commerce_easypost-3480663
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
orom commentedComment #4
orom commentedComment #5
zengenuity commentedAccording to the EasyPost API docs, First is still a supported service level. Can you just add GroundAdvantage without removing First?
https://www.easypost.com/service-levels-and-parcels?carrier=USPS
Comment #6
genellann commentedHere's a patch until this can get merged in. I am in immediate need of it :-)
Thank you!
Comment #7
zengenuity commentedAdded First Class service back and committed. Thanks everyone.