Skip to content

Commit 9ea1a7b

Browse files
authored
Merge pull request #330 from EasyPost/SHPE-445_uspsshipaccount
feat: Adds support for UspsShipAccount
2 parents a4ece94 + 13b7b73 commit 9ea1a7b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## v7.1.0 (2025-06-18)
44

5+
- Adds support for `UspsShipAccount`
6+
7+
## v7.1.0 (2025-06-18)
8+
59
- Adds the following functions
610
- `shipment.create_and_buy_luma`
711
- `shipment.buy_luma`

lib/easypost/services/carrier_account.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class EasyPost::Services::CarrierAccount < EasyPost::Services::Service
44
CUSTOM_WORKFLOW_CARRIER_TYPES = %w[FedexAccount FedexSmartpostAccount].freeze
55
CARRIER_ACCOUNT_TYPES_WITH_CUSTOM_OAUTH = %w[
66
AmazonShippingAccount UpsAccount UpsMailInnovationsAccount
7-
UpsSurepostAccount
7+
UpsSurepostAccount UspsShipAccount
88
].freeze
99
MODEL_CLASS = EasyPost::Models::CarrierAccount # :nodoc:
1010

0 commit comments

Comments
 (0)