Compare commits

..

No commits in common. "ffa3747bdf847e163702145087e7eab12a4e428c" and "0bdc68851691bb0f8f9f111b271aab4d67783372" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
v202 v196

View File

@ -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 Elements. # An AccountSession allows a Connect platform to grant access to a connected account in Connect Embedded UIs.
# #
# 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 Elements](https://stripe.com/docs/connect/get-started-connect-elements). # Related guide: [Connect Embedded UIs](https://stripe.com/docs/connect/get-started-connect-elements).
class AccountSession < APIResource class AccountSession < APIResource
extend Stripe::APIOperations::Create extend Stripe::APIOperations::Create