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 a4ece94 + 13b7b73 commit 9ea1a7bCopy full SHA for 9ea1a7b
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## v7.1.0 (2025-06-18)
4
5
+- Adds support for `UspsShipAccount`
6
+
7
+## v7.1.0 (2025-06-18)
8
9
- Adds the following functions
10
- `shipment.create_and_buy_luma`
11
- `shipment.buy_luma`
lib/easypost/services/carrier_account.rb
@@ -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:
0 commit comments