Skip to content

Commit

Permalink
Update generated code for v1040
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed May 17, 2024
1 parent 6809d4c commit af853c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1039
v1040
1 change: 1 addition & 0 deletions stripe/_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ class LastFinalizationError(StripeObject):
"terminal_location_country_unsupported",
"terminal_reader_busy",
"terminal_reader_hardware_fault",
"terminal_reader_invalid_location_for_payment",
"terminal_reader_offline",
"terminal_reader_timeout",
"testmode_charges_only",
Expand Down
1 change: 1 addition & 0 deletions stripe/_payment_intent.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ class LastPaymentError(StripeObject):
"terminal_location_country_unsupported",
"terminal_reader_busy",
"terminal_reader_hardware_fault",
"terminal_reader_invalid_location_for_payment",
"terminal_reader_offline",
"terminal_reader_timeout",
"testmode_charges_only",
Expand Down
1 change: 1 addition & 0 deletions stripe/_setup_attempt.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ class SetupError(StripeObject):
"terminal_location_country_unsupported",
"terminal_reader_busy",
"terminal_reader_hardware_fault",
"terminal_reader_invalid_location_for_payment",
"terminal_reader_offline",
"terminal_reader_timeout",
"testmode_charges_only",
Expand Down
1 change: 1 addition & 0 deletions stripe/_setup_intent.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ class LastSetupError(StripeObject):
"terminal_location_country_unsupported",
"terminal_reader_busy",
"terminal_reader_hardware_fault",
"terminal_reader_invalid_location_for_payment",
"terminal_reader_offline",
"terminal_reader_timeout",
"testmode_charges_only",
Expand Down

0 comments on commit af853c2

Please sign in to comment.