Skip to content

Commit

Permalink
Update generated code for v330
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed May 9, 2023
1 parent e973859 commit c8d82b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v328
v330
7 changes: 7 additions & 0 deletions tests/test_generated_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -3228,3 +3228,10 @@ def test_paymentintent_create3(self, request_mock):
"post",
"/v1/payment_intents",
)

def test_quote_list_line_items(self, request_mock):
stripe.Quote.list_line_items("qt_xxxxxxxxxxxxx")
request_mock.assert_requested(
"get",
"/v1/quotes/qt_xxxxxxxxxxxxx/line_items",
)

0 comments on commit c8d82b3

Please sign in to comment.