Class: MembershipChange::Checkout

Inherits:
Checkout
  • Object
show all
Defined in:
app/models/membership_change.rb

Instance Attribute Summary

Attributes inherited from Checkout

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

Instance Method Summary collapse

Methods inherited from Checkout

#capture_payment, #checkout_name, #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

#order_classObject



171
172
173
# File 'app/models/membership_change.rb', line 171

def order_class
  MembershipChange::Order
end