mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-29 00:01:18 -05:00
Merge upstream and update generated code for v1137
This commit is contained in:
commit
787d71ed67
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 12.3.0 - 2024-07-18
|
||||
* [#1436](https://github.com/stripe/stripe-ruby/pull/1436) Fixed changelog for major release 12.0.0
|
||||
* [#1435](https://github.com/stripe/stripe-ruby/pull/1435) Add deprecation warning for `APIResource.request`
|
||||
|
||||
## 12.2.0 - 2024-07-12
|
||||
* [#1430](https://github.com/stripe/stripe-ruby/pull/1430) Update generated code
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
v1134
|
||||
v1137
|
||||
@ -56,7 +56,7 @@ module Stripe
|
||||
request_stripe_object(method: :post, path: "/v1/refunds", params: params, opts: opts)
|
||||
end
|
||||
|
||||
# Returns a list of all refunds you created. We return the refunds in sorted order, with the most recent refunds appearing first The 10 most recent refunds are always available by default on the Charge object.
|
||||
# Returns a list of all refunds you created. We return the refunds in sorted order, with the most recent refunds appearing first. The 10 most recent refunds are always available by default on the Charge object.
|
||||
def self.list(filters = {}, opts = {})
|
||||
request_stripe_object(method: :get, path: "/v1/refunds", params: filters, opts: opts)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user