Skip to content

Commit

Permalink
- FedEx SmartPost hits register endpoint (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Sep 5, 2023
1 parent caf858b commit b0d44da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## Next Release

- Fix endpoint for creating a FedEx Smartpost carrier account

## v6.8.0 (2023-07-28)

- Adds new `RequestHook` and `ResponseHook` classes. (un)subscribe to them with the new `subscribeToRequestHook`, `subscribeToResponseHook`, `unsubscribeFromRequestHook`, or `unsubscribeFromResponseHook` methods of an `EasyPostClient`
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/easypost/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public abstract static class ErrorCodes {

public abstract static class CarrierAccountTypes {
public static final List<String> CARRIER_TYPES_WITH_CUSTOM_WORKFLOW = ImmutableList.of("FedexAccount",
"UpsAccount");
"UpsAccount", "FedexSmartpostAccount");
}

public abstract static class Http {
Expand Down

0 comments on commit b0d44da

Please sign in to comment.