diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 404e303af..20d9fb7b9 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1165 \ No newline at end of file +v1166 \ No newline at end of file diff --git a/lib/ErrorObject.php b/lib/ErrorObject.php index 31e1c294b..87a2ebf62 100644 --- a/lib/ErrorObject.php +++ b/lib/ErrorObject.php @@ -76,6 +76,7 @@ class ErrorObject extends StripeObject const CODE_CHARGE_ALREADY_REFUNDED = 'charge_already_refunded'; const CODE_CHARGE_DISPUTED = 'charge_disputed'; const CODE_CHARGE_EXCEEDS_SOURCE_LIMIT = 'charge_exceeds_source_limit'; + const CODE_CHARGE_EXCEEDS_TRANSACTION_LIMIT = 'charge_exceeds_transaction_limit'; const CODE_CHARGE_EXPIRED_FOR_CAPTURE = 'charge_expired_for_capture'; const CODE_CHARGE_INVALID_PARAMETER = 'charge_invalid_parameter'; const CODE_CHARGE_NOT_REFUNDABLE = 'charge_not_refundable';