class Payjunction::PercentFeeDecorator < Payjunction::ConvenienceFeeDecorator
  def type_symbol
    '%'
  end
end
