Update permitted attributes

This commit is contained in:
Matt-Yorkley
2023-07-03 14:27:30 +01:00
committed by Maikel Linke
parent a52516bcbf
commit 363bbded43

View File

@@ -6,7 +6,7 @@ module PermittedAttributes
[
:id, :sku, :on_hand, :on_demand,
:price, :unit_value, :unit_description,
:display_name, :display_as,
:display_name, :display_as, :tax_category_id,
:weight, :height, :width, :depth
]
end