Skip to content

Commit

Permalink
Merge pull request solidusio#2631 from jgayfer/checkout_controller_typo
Browse files Browse the repository at this point in the history
Fix typo in CheckoutController comment
  • Loading branch information
tvdeyen committed Mar 15, 2018
2 parents d803ee9 + 6984798 commit 64bb34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/controllers/spree/checkout_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64bb34a

Please sign in to comment.