Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

- Adds support for `UspsShipAccount`

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

- Adds the following functions
- `shipment.create_and_buy_luma`
- `shipment.buy_luma`
Expand Down
2 changes: 1 addition & 1 deletion lib/easypost/services/carrier_account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class EasyPost::Services::CarrierAccount < EasyPost::Services::Service
CUSTOM_WORKFLOW_CARRIER_TYPES = %w[FedexAccount FedexSmartpostAccount].freeze
CARRIER_ACCOUNT_TYPES_WITH_CUSTOM_OAUTH = %w[
AmazonShippingAccount UpsAccount UpsMailInnovationsAccount
UpsSurepostAccount
UpsSurepostAccount UspsShipAccount
].freeze
MODEL_CLASS = EasyPost::Models::CarrierAccount # :nodoc:

Expand Down