Skip to content

Commit

Permalink
Update generated code for v1319
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 24, 2024
1 parent 4220417 commit 288870a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1318
v1319
1 change: 0 additions & 1 deletion stripe/_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ class LastFinalizationError(StripeObject):
"payment_method_unexpected_state",
"payment_method_unsupported_type",
"payout_reconciliation_not_ready",
"payout_statement_descriptor_profanity",
"payouts_limit_exceeded",
"payouts_not_allowed",
"platform_account_required",
Expand Down
1 change: 0 additions & 1 deletion stripe/_payment_intent.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ class LastPaymentError(StripeObject):
"payment_method_unexpected_state",
"payment_method_unsupported_type",
"payout_reconciliation_not_ready",
"payout_statement_descriptor_profanity",
"payouts_limit_exceeded",
"payouts_not_allowed",
"platform_account_required",
Expand Down
1 change: 0 additions & 1 deletion stripe/_setup_attempt.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ class SetupError(StripeObject):
"payment_method_unexpected_state",
"payment_method_unsupported_type",
"payout_reconciliation_not_ready",
"payout_statement_descriptor_profanity",
"payouts_limit_exceeded",
"payouts_not_allowed",
"platform_account_required",
Expand Down
1 change: 0 additions & 1 deletion stripe/_setup_intent.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ class LastSetupError(StripeObject):
"payment_method_unexpected_state",
"payment_method_unsupported_type",
"payout_reconciliation_not_ready",
"payout_statement_descriptor_profanity",
"payouts_limit_exceeded",
"payouts_not_allowed",
"platform_account_required",
Expand Down

0 comments on commit 288870a

Please sign in to comment.