Skip to content

Commit

Permalink
use GA endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen293 committed Jan 4, 2024
1 parent 21d299d commit 803a604
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 34 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/easypost/service/UserService.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public Brand updateBrand(final String id, final Map<String, Object> params) thro
public ChildrenCollection allChildren(final Map<String, Object> params) throws EasyPostException {
String endpoint = "users/children";

return Requestor.request(RequestMethod.GET, endpoint, params, ChildrenCollection.class, client, "beta");
return Requestor.request(RequestMethod.GET, endpoint, params, ChildrenCollection.class, client);
}

/**
Expand Down
30 changes: 12 additions & 18 deletions src/test/cassettes/user/all_children.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions src/test/cassettes/user/get_next_page.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 803a604

Please sign in to comment.