Skip to content

Commit

Permalink
Fix Platform Tipping model
Browse files Browse the repository at this point in the history
  • Loading branch information
eikes committed Sep 29, 2023
1 parent bec910e commit 6b44a77
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/ioki/model/platform/tipping.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ module Ioki
module Model
module Platform
class Tipping < Base
def self.schema_path
'platform_api--product--tipping'
end

attribute :minimum, on: :read, type: :object, class_name: 'Money'
attribute :maximum, on: :read, type: :object, class_name: 'Money'
attribute :suggestions, on: :read, type: :array, class_name: 'Money'
Expand Down

0 comments on commit 6b44a77

Please sign in to comment.