diff --git a/frontend/app/controllers/spree/checkout_controller.rb b/frontend/app/controllers/spree/checkout_controller.rb index 9563e53ec5..987b33026f 100644 --- a/frontend/app/controllers/spree/checkout_controller.rb +++ b/frontend/app/controllers/spree/checkout_controller.rb @@ -89,7 +89,7 @@ def update_params if update_params = massaged_params[:order] update_params.permit(permitted_checkout_attributes) else - # We current allow update requests without any parameters in them. + # We currently allow update requests without any parameters in them. {} end end