lib/easypost/end_shipper.rb in easypost-4.12.0 vs lib/easypost/end_shipper.rb in easypost-4.13.0

- old
+ new

@@ -19,6 +19,8 @@ response = EasyPost.make_request(:put, url, @api_key, wrapped_params) refresh_from(response, api_key) end self end + + # TODO: Add support for getting the next page of end shippers when the API supports it. end