mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-05 00:00:59 -04:00
Compare commits
5 Commits
d8a676ba05
...
ddf79610d9
Author | SHA1 | Date | |
---|---|---|---|
|
ddf79610d9 | ||
|
edad946244 | ||
|
e3785d5893 | ||
|
2062e988eb | ||
|
0bdc688516 |
@ -1,8 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 7.2.0-beta.4 - 2022-10-07
|
||||||
|
* [#999](https://github.com/stripe/stripe-ruby/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries)
|
||||||
|
|
||||||
## 7.2.0-beta.3 - 2022-09-26
|
## 7.2.0-beta.3 - 2022-09-26
|
||||||
* [#1129](https://github.com/stripe/stripe-ruby/pull/1129) API Updates for beta branch
|
* [#1129](https://github.com/stripe/stripe-ruby/pull/1129) API Updates for beta branch
|
||||||
* Updated stable APIs to the latest version
|
* Updated stable APIs to the latest version
|
||||||
* Add `FinancingOffer`, `FinancingSummary` and `FinancingTransaction` resources.
|
* Add `FinancingOffer`, `FinancingSummary` and `FinancingTransaction` resources.
|
||||||
|
|
||||||
## 7.2.0-beta.2 - 2022-08-26
|
## 7.2.0-beta.2 - 2022-08-26
|
||||||
|
@ -1 +1 @@
|
|||||||
v196
|
v202
|
@ -2,13 +2,13 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
# An AccountSession allows a Connect platform to grant access to a connected account in Connect Embedded UIs.
|
# An AccountSession allows a Connect platform to grant access to a connected account in Connect Elements.
|
||||||
#
|
#
|
||||||
# We recommend that you create an AccountSession each time you need to display an embedded UI
|
# We recommend that you create an AccountSession each time you need to display an embedded UI
|
||||||
# to your user. Do not save AccountSessions to your database as they expire relatively
|
# to your user. Do not save AccountSessions to your database as they expire relatively
|
||||||
# quickly, and cannot be used more than once.
|
# quickly, and cannot be used more than once.
|
||||||
#
|
#
|
||||||
# Related guide: [Connect Embedded UIs](https://stripe.com/docs/connect/get-started-connect-elements).
|
# Related guide: [Connect Elements](https://stripe.com/docs/connect/get-started-connect-elements).
|
||||||
class AccountSession < APIResource
|
class AccountSession < APIResource
|
||||||
extend Stripe::APIOperations::Create
|
extend Stripe::APIOperations::Create
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "7.2.0-beta.3"
|
VERSION = "7.2.0-beta.4"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user