Skip to content

Commit 02d252c

Browse files
authored
Merge pull request #357 from EasyPost/SHPE-445_uspsshipaccount
feat: adds support for UspsShipAccount
2 parents b8088a3 + 5215522 commit 02d252c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## Next Release
4+
5+
- Adds support for `UspsShipAccount`
6+
37
## v8.2.0 (2025-06-18)
48

59
- Adds the following functions

src/main/java/com/easypost/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public abstract static class CarrierAccountTypes {
6666
);
6767

6868
public static final List<String> CARRIER_ACCOUNT_TYPES_WITH_CUSTOM_OAUTH = ImmutableList.of(
69-
"AmazonShippingAccount", "UpsAccount", "UpsMailInnovationsAccount", "UpsSurepostAccount"
69+
"AmazonShippingAccount", "UpsAccount", "UpsMailInnovationsAccount", "UpsSurepostAccount", "UspsShipAccount"
7070
);
7171
}
7272

0 commit comments

Comments
 (0)