Skip to content

Commit

Permalink
Update generated code (#1005)
Browse files Browse the repository at this point in the history
* Update generated code for v451

* Update generated code for v457

* Update generated code for v461

* Update generated code for v466

* Update generated code for v466

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: Richard Marmorstein <52928443+richardm-stripe@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] and richardm-stripe authored Aug 16, 2023
1 parent 1f0510a commit df4f078
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 @@
v438
v466
4 changes: 4 additions & 0 deletions stripe/api_resources/credit_note_line_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@


class CreditNoteLineItem(ListableAPIResource):
"""
The credit note line item object
"""

OBJECT_NAME = "credit_note_line_item"
2 changes: 1 addition & 1 deletion stripe/api_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@


class _ApiVersion:
CURRENT = "2022-11-15"
CURRENT = "2023-08-16"

0 comments on commit df4f078

Please sign in to comment.