Method: Effective::Order#total_with_surcharge

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

#total_with_surchargeObject



470
471
472
# File 'app/models/effective/order.rb', line 470

def total_with_surcharge
  get_total_with_surcharge()
end