File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -170,11 +170,6 @@ def batch_create_changes(request_options: {}, **params)
170170 #
171171 # @return [Square::Types::BatchGetInventoryChangesResponse]
172172 def batch_get_changes ( request_options : { } , **params )
173- params = Square ::Internal ::Types ::Utils . symbolize_keys ( params )
174- _query_param_names = %i[ cursor ]
175- _query = params . slice ( *_query_param_names )
176- params = params . except ( *_query_param_names )
177-
178173 Square ::Internal ::CursorItemIterator . new (
179174 cursor_field : :cursor ,
180175 item_field : :changes ,
@@ -216,11 +211,6 @@ def batch_get_changes(request_options: {}, **params)
216211 #
217212 # @return [Square::Types::BatchGetInventoryCountsResponse]
218213 def batch_get_counts ( request_options : { } , **params )
219- params = Square ::Internal ::Types ::Utils . symbolize_keys ( params )
220- _query_param_names = %i[ cursor ]
221- _query = params . slice ( *_query_param_names )
222- params = params . except ( *_query_param_names )
223-
224214 Square ::Internal ::CursorItemIterator . new (
225215 cursor_field : :cursor ,
226216 item_field : :counts ,
You can’t perform that action at this time.
0 commit comments