Method: Spree::AppConfiguration#tax_using_ship_address

Defined in:
lib/spree/app_configuration.rb

#tax_using_ship_addressBoolean

Returns Use the shipping address rather than the billing address to determine tax (default: true).

Returns:

  • (Boolean)

    Use the shipping address rather than the billing address to determine tax (default: true)



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

preference :tax_using_ship_address, :boolean, default: true