Skip to content

Commit

Permalink
Merge pull request #1184 from stripe/latest-codegen-beta
Browse files Browse the repository at this point in the history
API Updates for beta branch
  • Loading branch information
anniel-stripe authored Mar 9, 2023
2 parents 1be10ae + 7233155 commit 1e3428e
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 1e3428e

Please sign in to comment.