Skip to content

Commit c5f88b1

Browse files
authored
Merge pull request #523 from EasyPost/SHPE-445_uspsshipaccount
feat: Adds support for UspsShipAccount
2 parents 06c34ee + 4d897ab commit c5f88b1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
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/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default class Constants {
1313
'UpsAccount',
1414
'UpsMailInnovationsAccount',
1515
'UpsSurepostAccount',
16+
'UspsShipAccount',
1617
];
1718
}
1819
static EXTERNAL_API_CALL_FAILED = 'Communication with %s failed, please try again later';

0 commit comments

Comments
 (0)