Skip to content

Commit

Permalink
Merge upstream and update generated code for v1044
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed May 21, 2024
2 parents 8945562 + ca07566 commit de24b5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1040
v1044
4 changes: 2 additions & 2 deletions lib/Util/ObjectTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -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\AccountNotice::OBJECT_NAME => \Stripe\AccountNotice::class,
Expand Down Expand Up @@ -163,6 +163,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
];
}

0 comments on commit de24b5c

Please sign in to comment.