We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f45150b + 01e0f9f commit 703efcdCopy full SHA for 703efcd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## Next Release
4
+
5
+- Adds support for `UspsShipAccount`
6
7
## v8.2.0 (2025-06-18)
8
9
- Adds the following functions
lib/EasyPost/Constant/Constants.php
@@ -24,7 +24,8 @@ abstract class Constants
24
'AmazonShippingAccount',
25
'UpsAccount',
26
'UpsMailInnovationsAccount',
27
- 'UpsSurepostAccount'
+ 'UpsSurepostAccount',
28
+ 'UspsShipAccount',
29
];
30
31
// Exception messages (many of these are intended to be used with `sprintf()`)
0 commit comments