lib/skr/configuration.rb in stockor-0.3.0 vs lib/skr/configuration.rb in stockor-0.4.0
- old
+ new
@@ -15,9 +15,11 @@
config_option :user_model, 'UserProxy'
# Transactions that do not specify a location will use the one that's identified by this code
config_option :default_location_code, 'DEFAULT'
+ config_option :default_bank_account_code, 'DEFAULT'
+
# Do freshly created SKUs default to being backorderable?
config_option :skus_backorder_default, true
# The code for a Sku that represents tax
config_option :tax_sku_code, 'TAX'