Method: Effective::Order#total_without_surcharge

Defined in:
app/models/effective/order.rb

#total_without_surchargeObject



474
475
476
# File 'app/models/effective/order.rb', line 474

def total_without_surcharge
  get_total_without_surcharge()
end