diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 579e73fad..c626f7dd8 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1318 \ No newline at end of file +v1319 \ No newline at end of file diff --git a/stripe/_invoice.py b/stripe/_invoice.py index 96ff23e5a..8d7d66e0a 100644 --- a/stripe/_invoice.py +++ b/stripe/_invoice.py @@ -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", diff --git a/stripe/_payment_intent.py b/stripe/_payment_intent.py index 892dfa3b8..482373185 100644 --- a/stripe/_payment_intent.py +++ b/stripe/_payment_intent.py @@ -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", diff --git a/stripe/_setup_attempt.py b/stripe/_setup_attempt.py index 1770d94b8..f5c5943e9 100644 --- a/stripe/_setup_attempt.py +++ b/stripe/_setup_attempt.py @@ -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", diff --git a/stripe/_setup_intent.py b/stripe/_setup_intent.py index 062dfb8bc..e55a0d367 100644 --- a/stripe/_setup_intent.py +++ b/stripe/_setup_intent.py @@ -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",