Skip to content

Commit 7f5fe80

Browse files
authored
[fix] FedEx SmartPost hits custom register endpoint (#295)
1 parent 2a8b07f commit 7f5fe80

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## Next Release
4+
5+
- Fix endpoint for creating a FedEx Smartpost carrier account
6+
37
## v8.1.0 (2023-07-28)
48

59
- Adds new `RequestHook` and `ResponseHook` events. (un)subscribe to them with the new `subscribe_to_request_hook`, `subscribe_to_response_hook`, `unsubscribe_from_request_hook`, or `unsubscribe_from_response_hook` methods of an `EasyPostClient`

easypost/constant.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
_TEST_FAILED_INTENTIONALLY_ERROR = "Test failed intentionally."
3434
_CARRIER_ACCOUNT_TYPES_WITH_CUSTOM_WORKFLOWS = [
3535
"FedexAccount",
36+
"FedexSmartpostAccount",
3637
"UpsAccount",
3738
]

0 commit comments

Comments
 (0)