sailrish / shipit

shipit node module
MIT License
87 stars 65 forks source link

Update USPS to prefer PredictedDeliveryDate for ETA #21

Closed mpcowan closed 9 years ago

mpcowan commented 9 years ago

From my testing, when USPS returns both an ExpectedDeliveryDate and a PredictedDeliveryDate, the PredictedDeliveryDate is far more accurate. I have updated the USPS client to prefer that as the ETA.

sailrish commented 9 years ago

Right on! :+1: Thanks.

sailrish commented 9 years ago

FYI, I'll probably add a test for this.