Skip to content

Commit

Permalink
Codegen methodless resources (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe authored Oct 12, 2021
1 parent 30dd671 commit d0defa6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/stripe/resources/discount.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# File generated from our OpenAPI spec
# frozen_string_literal: true

module Stripe
Expand Down
3 changes: 2 additions & 1 deletion lib/stripe/resources/issuing/card_details.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# File generated from our OpenAPI spec
# frozen_string_literal: true

module Stripe
module Issuing
class CardDetails < Stripe::StripeObject
class CardDetails < StripeObject
OBJECT_NAME = "issuing.card_details"
end
end
Expand Down
1 change: 1 addition & 0 deletions lib/stripe/resources/source_transaction.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# File generated from our OpenAPI spec
# frozen_string_literal: true

module Stripe
Expand Down

0 comments on commit d0defa6

Please sign in to comment.