File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
src/EasyKeys.Shipping.FedEx.Shipment/WebServices/Impl Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 11mode : Mainline
2- next-version : 5.3 .0
2+ next-version : 5.4 .0
33branches :
44 feature :
55 tag : preview
Original file line number Diff line number Diff line change @@ -300,14 +300,6 @@ private void SetShipmentDetails(
300300 Units = WeightUnits . LB
301301 } ,
302302
303- RateRequestTypes = details . RateRequestType . ToLower ( ) switch
304- {
305- "none" => new RateRequestType [ 1 ] { RateRequestType . NONE } ,
306- "list" => new RateRequestType [ 1 ] { RateRequestType . LIST } ,
307- "preferred" => new RateRequestType [ 1 ] { RateRequestType . PREFERRED } ,
308- _ => throw new NotImplementedException ( ) ,
309- } ,
310-
311303 DropoffType = shipment . Options . DropOffType . ToLower ( ) switch
312304 {
313305 "regularpickup" => DropoffType . REGULAR_PICKUP ,
You can’t perform that action at this time.
0 commit comments