mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-30 00:01:17 -04:00
Compare commits
3 Commits
c48a5e30cf
...
86ac5fd329
Author | SHA1 | Date | |
---|---|---|---|
|
86ac5fd329 | ||
|
083c3a104e | ||
|
354b6a92a3 |
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 10.7.0-beta.1 - 2024-01-12
|
||||
* [#1309](https://github.com/stripe/stripe-ruby/pull/1309) Update generated code for beta
|
||||
* [#1305](https://github.com/stripe/stripe-ruby/pull/1305) Update generated code for beta
|
||||
|
||||
## 10.6.0 - 2024-01-12
|
||||
* [#1310](https://github.com/stripe/stripe-ruby/pull/1310) Update generated code
|
||||
* Add support for new resource `CustomerSession`
|
||||
|
@ -1 +1 @@
|
||||
v756
|
||||
v769
|
@ -7,9 +7,8 @@ module Stripe
|
||||
# enabled to make live charges or receive payouts.
|
||||
#
|
||||
# For Custom accounts, the properties below are always returned. For other accounts, some properties are returned until that
|
||||
# account has started to go through Connect Onboarding. Once you create an [Account Link](https://stripe.com/docs/api/account_links)
|
||||
# for a Standard or Express account, some parameters are no longer returned. These are marked as **Custom Only** or **Custom and Express**
|
||||
# below. Learn about the differences [between accounts](https://stripe.com/docs/connect/accounts).
|
||||
# account has started to go through Connect Onboarding. Once you create an [Account Link](https://stripe.com/docs/api/account_links) or [Account Session](https://stripe.com/docs/api/account_sessions),
|
||||
# some properties are only returned for Custom accounts. Learn about the differences [between accounts](https://stripe.com/docs/connect/accounts).
|
||||
class Account < APIResource
|
||||
extend Gem::Deprecate
|
||||
extend Stripe::APIOperations::Create
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "10.6.0-beta.1"
|
||||
VERSION = "10.7.0-beta.1"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user