Remove internal usages of _search (#1320)

This commit is contained in:
anniel-stripe 2024-02-05 10:24:06 -08:00 committed by GitHub
parent ec0e71ddb0
commit 1bde67fba3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ module Stripe
params = filters.merge(page: next_page).merge(params)
_search(url, params, opts)
request_stripe_object(method: :get, path: url, params: params, opts: opts)
end
end
end