Skip to content

Commit

Permalink
Merge pull request #378 from ioki-mobility/platform-api-provider-tick…
Browse files Browse the repository at this point in the history
…ets-feature-flag

Platform API | Add `ProviderFeatures#tickets`
  • Loading branch information
phylor committed May 8, 2024
2 parents c594689 + df6b597 commit b99b1cf
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 b99b1cf

Please sign in to comment.