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 06c34ee + 4d897ab commit c5f88b1Copy full SHA for c5f88b1
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
src/constants.js
@@ -13,6 +13,7 @@ export default class Constants {
13
'UpsAccount',
14
'UpsMailInnovationsAccount',
15
'UpsSurepostAccount',
16
+ 'UspsShipAccount',
17
];
18
}
19
static EXTERNAL_API_CALL_FAILED = 'Communication with %s failed, please try again later';
0 commit comments