Problem

Choose 'UPS Next Day Air' on checkout. On review page does not show shipping method/service chosen.

Proposed resolution

in UPSRateRequest, the ShippingService is created using the name as the id, so when ShippingMethodFormatter gets the service id and tries to match with list of services, it fails and doesn't produce any markup. Need to set with id instead. Patch to follow.

Comments

troseman created an issue. See original summary.

troseman’s picture

StatusFileSize
new446 bytes
troseman’s picture

Status: Active » Needs review

  • joelpittet committed 6492d14 on 8.x-3.x authored by troseman
    Issue #2933993 by troseman: Shipping service not shown on review page
    
joelpittet’s picture

Assigned: troseman » Unassigned
Status: Needs review » Fixed

Nice catch. I've committed it to -dev

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.