From 5d40a17b37721a5c482268192b4dd6bc7c311cdb Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 23:50:21 +0000 Subject: [PATCH] Update generated code for v1517 --- OPENAPI_VERSION | 2 +- lib/ErrorObject.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 8ee3c4a78..76f413ea6 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1516 \ No newline at end of file +v1517 \ No newline at end of file diff --git a/lib/ErrorObject.php b/lib/ErrorObject.php index d032ab7d0..5a1827095 100644 --- a/lib/ErrorObject.php +++ b/lib/ErrorObject.php @@ -195,6 +195,7 @@ class ErrorObject extends StripeObject const CODE_SETUP_INTENT_AUTHENTICATION_FAILURE = 'setup_intent_authentication_failure'; const CODE_SETUP_INTENT_INVALID_PARAMETER = 'setup_intent_invalid_parameter'; const CODE_SETUP_INTENT_MANDATE_INVALID = 'setup_intent_mandate_invalid'; + const CODE_SETUP_INTENT_MOBILE_WALLET_UNSUPPORTED = 'setup_intent_mobile_wallet_unsupported'; const CODE_SETUP_INTENT_SETUP_ATTEMPT_EXPIRED = 'setup_intent_setup_attempt_expired'; const CODE_SETUP_INTENT_UNEXPECTED_STATE = 'setup_intent_unexpected_state'; const CODE_SHIPPING_ADDRESS_INVALID = 'shipping_address_invalid';