mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-17 00:00:32 -04:00
Compare commits
5 Commits
1be10ae4fc
...
f471a2c6a4
Author | SHA1 | Date | |
---|---|---|---|
|
f471a2c6a4 | ||
|
1e3428e87d | ||
|
7233155b42 | ||
|
cbfe81107a | ||
|
0b6cffde22 |
@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 8.4.0-beta.3 - 2023-03-09
|
||||
* [#1184](https://github.com/stripe/stripe-ruby/pull/1184) API Updates for beta branch
|
||||
* Updated stable APIs to the latest version
|
||||
* Remove support for `list_transactions` method on resource `Tax.Transaction`
|
||||
|
||||
## 8.4.0-beta.2 - 2023-03-03
|
||||
* [#1183](https://github.com/stripe/stripe-ruby/pull/1183) API Updates for beta branch
|
||||
* Updated stable APIs to the latest version
|
||||
|
@ -1 +1 @@
|
||||
v237
|
||||
v249
|
@ -35,15 +35,6 @@ module Stripe
|
||||
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
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "8.4.0-beta.2"
|
||||
VERSION = "8.4.0-beta.3"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user