Class: ConsoleSale::Checkout

Inherits:
Checkout show all
Defined in:
app/models/console_sale.rb

Instance Attribute Summary

Attributes inherited from Checkout

#cart, #error, #notes, #order, #payment, #person

Instance Method Summary collapse

Methods inherited from Checkout

#capture_payment, #finish, for, #initialize, #log, #message, #pay, #valid?, #void_payment

Methods included from Ext::Preprocessor

#preprocess

Constructor Details

This class inherits a constructor from Checkout

Instance Method Details

#checkout_nameObject



7
8
9
# File 'app/models/console_sale.rb', line 7

def checkout_name
  "sales console"
end

#order_classObject



3
4
5
# File 'app/models/console_sale.rb', line 3

def order_class
  ConsoleSale::Order
end