app/helpers/spree/api/api_helpers.rb in spree_api-1.3.4 vs app/helpers/spree/api/api_helpers.rb in spree_api-1.3.5
- old
+ new
@@ -31,10 +31,10 @@
def option_value_attributes
[:id, :name, :presentation, :option_type_name, :option_type_id]
end
def order_attributes
- [:id, :number, :item_total, :total, :state, :adjustment_total, :user_id, :created_at, :updated_at, :completed_at, :payment_total, :shipment_state, :payment_state, :email, :special_instructions]
+ [:id, :number, :item_total, :total, :state, :adjustment_total, :user_id, :created_at, :updated_at, :completed_at, :payment_total, :shipment_state, :payment_state, :email, :special_instructions, :channel]
end
def line_item_attributes
[:id, :quantity, :price, :variant_id]
end