Method: Spree::AppConfiguration#order_cancellations_class

Defined in:
lib/spree/app_configuration.rb

#order_cancellations_classClass

Allows providing your own class for managing the inventory units of a completed order.

Returns:

  • (Class)

    a class with the same public interfaces as Spree::OrderCancellations.



428
# File 'lib/spree/app_configuration.rb', line 428

class_name_attribute :order_cancellations_class, default: 'Spree::OrderCancellations'