Add option to ignore delivered amounts in order group distribution (#765)
This commit is contained in:
parent
ecda1c1478
commit
45a8911ca6
11 changed files with 69 additions and 4 deletions
|
|
@ -1,11 +1,10 @@
|
|||
class ConfigSerializer < ActiveModel::Serializer
|
||||
|
||||
# details
|
||||
attributes :name, :homepage, :contact
|
||||
|
||||
# settings
|
||||
attributes :currency_unit, :currency_space, :default_locale, :price_markup,
|
||||
:tolerance_is_costly, :use_apple_points, :use_tolerance
|
||||
:tolerance_is_costly, :distribution_strategy, :use_apple_points, :use_tolerance
|
||||
|
||||
# layout
|
||||
attributes :page_footer_html, :webstats_tracking_code_html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue