Method: Spree::Order#outstanding_balance

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

#outstanding_balanceObject



339
340
341
# File 'app/models/spree/order.rb', line 339

def outstanding_balance
  total - payment_total
end