Method: Spree::AppConfiguration#tax_adjuster_class

Defined in:
lib/spree/app_configuration.rb

#tax_adjuster_classClass

Allows providing your own class for calculating taxes on an order.

This extension point is under development and may change in a future minor release.

Returns:

  • (Class)

    a class with the same public interfaces as Spree::Tax::OrderAdjuster



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

class_name_attribute :tax_adjuster_class, default: 'Spree::Tax::OrderAdjuster'