Merge upstream and update generated code for v1137

This commit is contained in:
Stripe OpenAPI 2024-07-18 21:45:27 +00:00
commit 787d71ed67
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
v1134
v1137

View File

@ -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