From 7233155b4230007cf2d5e2d7f81d9f65f4209974 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 9 Mar 2023 12:02:08 -0800 Subject: [PATCH] Codegen for openapi v249 --- OPENAPI_VERSION | 2 +- lib/stripe/resources/tax/transaction.rb | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) 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