mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-18 00:00:44 -04:00
Compare commits
5 Commits
080fddce5a
...
7233155b42
Author | SHA1 | Date | |
---|---|---|---|
|
7233155b42 | ||
|
cbfe81107a | ||
|
0b6cffde22 | ||
|
1be10ae4fc | ||
|
167daeaf62 |
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 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
|
||||||
|
* Add support for new resources `Issuing.CardBundle` and `Issuing.CardDesign`
|
||||||
|
* Add support for `list` and `retrieve` methods on resource `CardBundle`
|
||||||
|
* Add support for `list`, `retrieve`, and `update` methods on resource `CardDesign`
|
||||||
|
|
||||||
## 8.4.0-beta.1 - 2023-02-23
|
## 8.4.0-beta.1 - 2023-02-23
|
||||||
* [#1182](https://github.com/stripe/stripe-ruby/pull/1182) API Updates for beta branch
|
* [#1182](https://github.com/stripe/stripe-ruby/pull/1182) API Updates for beta branch
|
||||||
* Updated stable APIs to the latest version
|
* Updated stable APIs to the latest version
|
||||||
|
@ -1 +1 @@
|
|||||||
v237
|
v249
|
@ -35,15 +35,6 @@ module Stripe
|
|||||||
opts: opts
|
opts: opts
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.list_transactions(params = {}, opts = {})
|
|
||||||
request_stripe_object(
|
|
||||||
method: :get,
|
|
||||||
path: "/v1/tax/transactions",
|
|
||||||
params: params,
|
|
||||||
opts: opts
|
|
||||||
)
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "8.4.0-beta.1"
|
VERSION = "8.4.0-beta.2"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user