Skip to content

Commit

Permalink
Update generated code for v766
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 18, 2024
1 parent b02afe8 commit 4c86e29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v764
v766
4 changes: 2 additions & 2 deletions stripe/_customer_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ class PricingTable(StripeObject):
Whether the pricing table is enabled.
"""

buy_button: Optional[BuyButton]
buy_button: BuyButton
"""
This hash contains whether the buy button is enabled.
"""
pricing_table: Optional[PricingTable]
pricing_table: PricingTable
"""
This hash contains whether the pricing table is enabled.
"""
Expand Down

0 comments on commit 4c86e29

Please sign in to comment.