Skip to content

Commit 703efcd

Browse files
authored
Merge pull request #368 from EasyPost/SHPE-445_uspsshipaccount
feat: adds support for UspsShipAccount
2 parents f45150b + 01e0f9f commit 703efcd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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

lib/EasyPost/Constant/Constants.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ abstract class Constants
2424
'AmazonShippingAccount',
2525
'UpsAccount',
2626
'UpsMailInnovationsAccount',
27-
'UpsSurepostAccount'
27+
'UpsSurepostAccount',
28+
'UspsShipAccount',
2829
];
2930

3031
// Exception messages (many of these are intended to be used with `sprintf()`)

0 commit comments

Comments
 (0)