Compare commits

..

1 Commits

Author SHA1 Message Date
Stripe OpenAPI
7f9a370236 Update generated code for v495 2023-08-30 21:00:54 +00:00
5 changed files with 5 additions and 11 deletions

View File

@ -1,10 +1,4 @@
# Changelog # Changelog
## 9.1.0 - 2023-08-31
* [#1266](https://github.com/stripe/stripe-ruby/pull/1266) Update generated code
* Add support for new resource `AccountSession`
* Add support for `create` method on resource `AccountSession`
* [#1262](https://github.com/stripe/stripe-ruby/pull/1262) Explicitly format timestamp in SignatureVerificationError message
## 9.0.0 - 2023-08-16 ## 9.0.0 - 2023-08-16
**⚠️ ACTION REQUIRED: the breaking change in this release likely affects you ⚠️** **⚠️ ACTION REQUIRED: the breaking change in this release likely affects you ⚠️**

View File

@ -1 +1 @@
v503 v495

View File

@ -1 +1 @@
9.1.0 9.0.0

View File

@ -5,7 +5,7 @@ module Stripe
# Account Links are the means by which a Connect platform grants a connected account permission to access # Account Links are the means by which a Connect platform grants a connected account permission to access
# Stripe-hosted applications, such as Connect Onboarding. # Stripe-hosted applications, such as Connect Onboarding.
# #
# Related guide: [Connect Onboarding](https://stripe.com/docs/connect/custom/hosted-onboarding) # Related guide: [Connect Onboarding](https://stripe.com/docs/connect/connect-onboarding)
class AccountLink < APIResource class AccountLink < APIResource
extend Stripe::APIOperations::Create extend Stripe::APIOperations::Create

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Stripe module Stripe
VERSION = "9.1.0" VERSION = "9.0.0"
end end