Method: Spree::AppConfiguration#order_update_attributes_class

Defined in:
lib/spree/app_configuration.rb

#order_update_attributes_classClass

Allows providing your own order update attributes class for checkout.

Returns:

  • a class that responds to “call” with the same signature as Spree::OrderUpdateAttributes.



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

class_name_attribute :order_update_attributes_class, default: 'Spree::OrderUpdateAttributes'