Skip to content

Commit

Permalink
#9 Changed 'First Class Parcel' to 'Ground Advantage'
Browse files Browse the repository at this point in the history
  • Loading branch information
skoshelev committed Aug 21, 2023
1 parent aab5a71 commit d208385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Nop.Plugin.Shipping.USPS/Domain/USPSServices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static class USPSServices
private static readonly Dictionary<string, string> _domesticServices = new Dictionary<string, string>
{
["NONE (disable all domestic services)"] = "NONE",
["First-Class"] = "0",
["Ground Advantage"] = "1058",
["First-Class Mail Letter"] = "letter",
["Priority Mail Express Sunday/Holiday Guarantee"] = "23",
["Priority Mail Express Flat-Rate Envelope Sunday/Holiday Guarantee"] = "25",
Expand Down
2 changes: 1 addition & 1 deletion Nop.Plugin.Shipping.USPS/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Group": "Shipping rate computation",
"FriendlyName": "USPS (US Postal Service)",
"SystemName": "Shipping.USPS",
"Version": "1.53",
"Version": "1.54",
"SupportedVersions": [ "4.60" ],
"Author": "nopCommerce team",
"DisplayOrder": 1,
Expand Down

0 comments on commit d208385

Please sign in to comment.