- Issue created by @rhovland
- Merge request !3Issue #3470819 - Fix service definitions for Priority Mail Express 2-Day β (Open) created by rhovland
- Status changed to Needs review
4 months ago 11:25pm 29 August 2024
The service defined in Plugin\Commerce\ShippingMethod\USPS is mislabeled
"_3" = @Translation("Priority Mail Express 2-Day Hold For Pickup"),
The service ID "3" belongs to "Priority Mail Express 2-Day"
"Priority Mail Express 2-Day Hold For Pickup" service ID is "2"
See Appendix A β RateV4 CLASSID Values
https://www.usps.com/business/web-tools-apis/rate-calculator-api.htm#_5....
Fix the label for service ID 3 and add service ID 2 to the list.
Needs review
1.0
Code