Skip to content

Commit

Permalink
Codegen for openapi v249
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Mar 9, 2023
1 parent cbfe811 commit 7233155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v237
v249
9 changes: 0 additions & 9 deletions lib/stripe/resources/tax/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7233155

Please sign in to comment.