app/helpers/spree/api/api_helpers.rb in spree_api-2.0.3 vs app/helpers/spree/api/api_helpers.rb in spree_api-2.0.4

- old
+ new

@@ -10,11 +10,11 @@ required_fields.map!(&:to_s).delete("permalink") required_fields end def product_attributes - [:id, :name, :description, :price, :available_on, :permalink, :meta_description, :meta_keywords, :taxon_ids] + [:id, :name, :description, :price, :available_on, :permalink, :meta_description, :meta_keywords, :shipping_category_id, :taxon_ids] end def product_property_attributes [:id, :product_id, :property_id, :value, :property_name] end @@ -30,10 +30,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, :token] end def line_item_attributes [:id, :quantity, :price, :variant_id] end