From 01e0f9f8183094d3d6bd1c28027846b045362c1e Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:20:02 -0600 Subject: [PATCH] feat: adds support for UspsShipAccount --- CHANGELOG.md | 4 ++++ lib/EasyPost/Constant/Constants.php | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 633bdeb2..6a8827f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## Next Release + +- Adds support for `UspsShipAccount` + ## v8.2.0 (2025-06-18) - Adds the following functions diff --git a/lib/EasyPost/Constant/Constants.php b/lib/EasyPost/Constant/Constants.php index aae196d6..16119a19 100644 --- a/lib/EasyPost/Constant/Constants.php +++ b/lib/EasyPost/Constant/Constants.php @@ -24,7 +24,8 @@ abstract class Constants 'AmazonShippingAccount', 'UpsAccount', 'UpsMailInnovationsAccount', - 'UpsSurepostAccount' + 'UpsSurepostAccount', + 'UspsShipAccount', ]; // Exception messages (many of these are intended to be used with `sprintf()`)