Skip to content

Commit d4a9df8

Browse files
committed
feat: adds support for UspsShipAccount
1 parent b8088a3 commit d4a9df8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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)