Class: ConsoleSale::Checkout
- 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
Constructor Details
This class inherits a constructor from Checkout
Instance Method Details
#checkout_name ⇒ Object
7 8 9 |
# File 'app/models/console_sale.rb', line 7 def checkout_name "sales console" end |
#order_class ⇒ Object
3 4 5 |
# File 'app/models/console_sale.rb', line 3 def order_class ConsoleSale::Order end |