Skip to content

Commit

Permalink
fix route to admin#order#invoice#generate
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellani committed Mar 14, 2024
1 parent 29dad44 commit 38b832c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes/spree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
resources :adjustments
resources :invoices, only: [:index]
resource :invoices, only: [] do
post :generate, to: :generate
post :generate
end

resources :payments do
Expand Down

0 comments on commit 38b832c

Please sign in to comment.