Skip to content

Commit

Permalink
Merge f338994 into 758eed4
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] authored Jun 29, 2023
2 parents 758eed4 + f338994 commit 6e95317
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v393
v406
2 changes: 1 addition & 1 deletion stripe/api_resources/customer_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class CustomerSession(CreateableAPIResource):
"""
A customer session allows you to grant client access to Stripe's frontend SDKs (like BillingJs)
A customer session allows you to grant client access to Stripe's frontend SDKs (like StripeJs)
control over a customer.
"""

Expand Down
4 changes: 4 additions & 0 deletions stripe/api_resources/financial_connections/account_owner.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@


class AccountOwner(StripeObject):
"""
Describes an owner of an account.
"""

OBJECT_NAME = "financial_connections.account_owner"

0 comments on commit 6e95317

Please sign in to comment.