mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-20 00:00:27 -04:00
Compare commits
No commits in common. "aed8e679c550feba51c572f9e5d8fd34ad8e1faa" and "0a0374b0a10afbbde81b83abca41aa14df4c75a2" have entirely different histories.
aed8e679c5
...
0a0374b0a1
@ -1,8 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 9.4.0-beta.2 - 2023-09-21
|
|
||||||
* [#1273](https://github.com/stripe/stripe-ruby/pull/1273) Update generated code for beta
|
|
||||||
|
|
||||||
## 9.4.0-beta.1 - 2023-09-14
|
## 9.4.0-beta.1 - 2023-09-14
|
||||||
* Updated stable APIs to the latest version
|
* Updated stable APIs to the latest version
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
v546
|
v536
|
@ -2,7 +2,7 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
# A Mandate is a record of the permission that your customer gives you to debit their payment method.
|
# A Mandate is a record of the permission a customer has given you to debit their payment method.
|
||||||
class Mandate < APIResource
|
class Mandate < APIResource
|
||||||
OBJECT_NAME = "mandate"
|
OBJECT_NAME = "mandate"
|
||||||
end
|
end
|
||||||
|
@ -7,7 +7,7 @@ module Stripe
|
|||||||
# A platform cannot access a Standard or Express account's persons after the account starts onboarding, such as after generating an account link for the account.
|
# A platform cannot access a Standard or Express account's persons after the account starts onboarding, such as after generating an account link for the account.
|
||||||
# See the [Standard onboarding](https://stripe.com/docs/connect/standard-accounts) or [Express onboarding documentation](https://stripe.com/docs/connect/express-accounts) for information about platform prefilling and account onboarding steps.
|
# See the [Standard onboarding](https://stripe.com/docs/connect/standard-accounts) or [Express onboarding documentation](https://stripe.com/docs/connect/express-accounts) for information about platform prefilling and account onboarding steps.
|
||||||
#
|
#
|
||||||
# Related guide: [Handling identity verification with the API](https://stripe.com/docs/connect/handling-api-verification#person-information)
|
# Related guide: [Handling identity verification with the API](https://stripe.com/docs/connect/identity-verification-api#person-information)
|
||||||
class Person < APIResource
|
class Person < APIResource
|
||||||
extend Stripe::APIOperations::List
|
extend Stripe::APIOperations::List
|
||||||
include Stripe::APIOperations::Save
|
include Stripe::APIOperations::Save
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "9.4.0-beta.2"
|
VERSION = "9.4.0-beta.1"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user