Skip to content

Commit

Permalink
Rename section for object types (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Apr 11, 2024
1 parent c75081f commit 5eccf34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/stripe/object_types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def self.object_names_to_classes
SearchResultObject.object_name => SearchResultObject,
File.object_name_alt => File,

# The beginning of the section generated from our OpenAPI spec
# object classes: The beginning of the section generated from our OpenAPI spec
Account.object_name => Account,
AccountLink.object_name => AccountLink,
AccountSession.object_name => AccountSession,
Expand Down Expand Up @@ -139,7 +139,7 @@ def self.object_names_to_classes
UsageRecord.object_name => UsageRecord,
UsageRecordSummary.object_name => UsageRecordSummary,
WebhookEndpoint.object_name => WebhookEndpoint,
# The end of the section generated from our OpenAPI spec
# object classes: The end of the section generated from our OpenAPI spec
}
end
end
Expand Down

0 comments on commit 5eccf34

Please sign in to comment.