diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index eb6678972..f93f657af 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v237 \ No newline at end of file +v249 \ No newline at end of file diff --git a/lib/stripe/resources/tax/transaction.rb b/lib/stripe/resources/tax/transaction.rb index 6e4341465..46e86d711 100644 --- a/lib/stripe/resources/tax/transaction.rb +++ b/lib/stripe/resources/tax/transaction.rb @@ -35,15 +35,6 @@ def self.list_line_items(transaction, params = {}, opts = {}) opts: opts ) end - - def self.list_transactions(params = {}, opts = {}) - request_stripe_object( - method: :get, - path: "/v1/tax/transactions", - params: params, - opts: opts - ) - end end end end