From 5fc6c3fac66fa0f80559d86354bfccaebecf1519 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 22:43:40 +0000 Subject: [PATCH] Update generated code for v1047 --- OPENAPI_VERSION | 2 +- lib/ErrorObject.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 2d336225b..20970a9f9 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1036 \ No newline at end of file +v1047 \ No newline at end of file diff --git a/lib/ErrorObject.php b/lib/ErrorObject.php index b0b981e2e..461130e87 100644 --- a/lib/ErrorObject.php +++ b/lib/ErrorObject.php @@ -205,6 +205,7 @@ class ErrorObject extends StripeObject const CODE_TERMINAL_LOCATION_COUNTRY_UNSUPPORTED = 'terminal_location_country_unsupported'; const CODE_TERMINAL_READER_BUSY = 'terminal_reader_busy'; const CODE_TERMINAL_READER_HARDWARE_FAULT = 'terminal_reader_hardware_fault'; + const CODE_TERMINAL_READER_INVALID_LOCATION_FOR_PAYMENT = 'terminal_reader_invalid_location_for_payment'; const CODE_TERMINAL_READER_OFFLINE = 'terminal_reader_offline'; const CODE_TERMINAL_READER_TIMEOUT = 'terminal_reader_timeout'; const CODE_TESTMODE_CHARGES_ONLY = 'testmode_charges_only';