Method: EffectiveOrders.surcharge?

Defined in:
lib/effective_orders.rb

.surcharge?Boolean

Returns:

  • (Boolean)


191
192
193
# File 'lib/effective_orders.rb', line 191

def self.surcharge?
  credit_card_surcharge_percent.to_f > 0.0
end