Skip to content

Commit

Permalink
Add ProviderFeatures#tickets to the platform API
Browse files Browse the repository at this point in the history
  • Loading branch information
phylor committed May 7, 2024
1 parent c594689 commit df6b597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ioki/model/platform/provider_features.rb
Expand Up @@ -13,6 +13,7 @@ class ProviderFeatures < Base
attribute :promo_codes, type: :boolean, on: :read
attribute :newsletter, type: :boolean, on: :read
attribute :receipts, type: :boolean, on: :read
attribute :tickets, type: :boolean, on: :read
end
end
end
Expand Down

0 comments on commit df6b597

Please sign in to comment.