diff --git a/spec/controllers/api/orders_controller_spec.rb b/spec/controllers/api/orders_controller_spec.rb index f73e720638..879fd40177 100644 --- a/spec/controllers/api/orders_controller_spec.rb +++ b/spec/controllers/api/orders_controller_spec.rb @@ -149,8 +149,8 @@ module Api def order_attributes [ :id, :number, :full_name, :email, :phone, :completed_at, :display_total, - :show_path, :edit_path, :state, :payment_state, :shipment_state, - :payments_path, :shipments_path, :ship_path, :ready_to_ship, :created_at, + :edit_path, :state, :payment_state, :shipment_state, + :payments_path, :ship_path, :ready_to_ship, :created_at, :distributor_name, :special_instructions, :payment_capture_path ] end