Method: Spree::AppConfiguration#order_cancellations_class
- Defined in:
- lib/spree/app_configuration.rb
#order_cancellations_class ⇒ Class
Allows providing your own class for managing the inventory units of a completed order.
428 |
# File 'lib/spree/app_configuration.rb', line 428 class_name_attribute :order_cancellations_class, default: 'Spree::OrderCancellations' |