From ca075667aec802ed13a51aba6920500974356e2f Mon Sep 17 00:00:00 2001 From: helenye-stripe <111009531+helenye-stripe@users.noreply.github.com> Date: Tue, 21 May 2024 13:01:11 -0700 Subject: [PATCH] Rename section for object type generation (#1697) --- lib/Util/ObjectTypes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Util/ObjectTypes.php b/lib/Util/ObjectTypes.php index 5246de5eb..4bcda072c 100644 --- a/lib/Util/ObjectTypes.php +++ b/lib/Util/ObjectTypes.php @@ -13,7 +13,7 @@ class ObjectTypes \Stripe\Issuing\CardDetails::OBJECT_NAME => \Stripe\Issuing\CardDetails::class, \Stripe\SearchResult::OBJECT_NAME => \Stripe\SearchResult::class, \Stripe\File::OBJECT_NAME_ALT => \Stripe\File::class, - // The beginning of the section generated from our OpenAPI spec + // object classes: The beginning of the section generated from our OpenAPI spec \Stripe\Account::OBJECT_NAME => \Stripe\Account::class, \Stripe\AccountLink::OBJECT_NAME => \Stripe\AccountLink::class, \Stripe\AccountSession::OBJECT_NAME => \Stripe\AccountSession::class, @@ -147,6 +147,6 @@ class ObjectTypes \Stripe\UsageRecord::OBJECT_NAME => \Stripe\UsageRecord::class, \Stripe\UsageRecordSummary::OBJECT_NAME => \Stripe\UsageRecordSummary::class, \Stripe\WebhookEndpoint::OBJECT_NAME => \Stripe\WebhookEndpoint::class, - // The end of the section generated from our OpenAPI spec + // object classes: The end of the section generated from our OpenAPI spec ]; }