Skip to content

Commit

Permalink
Add more provider features to the platform API
Browse files Browse the repository at this point in the history
  • Loading branch information
phylor committed May 6, 2024
1 parent 8c87ea3 commit befc2d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ioki/model/platform/provider_features.rb
Expand Up @@ -11,6 +11,8 @@ class ProviderFeatures < Base
attribute :minimum_age_confirmation, type: :object, on: :read, class_name: 'MinimumAgeConfirmation'
attribute :payment, type: :boolean, on: :read
attribute :promo_codes, type: :boolean, on: :read
attribute :newsletter, type: :boolean, on: :read
attribute :receipts, type: :boolean, on: :read
end
end
end
Expand Down

0 comments on commit befc2d6

Please sign in to comment.