mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Bring payments routes from spree_backend
This commit is contained in:
@@ -100,6 +100,12 @@ Spree::Core::Engine.routes.prepend do
|
||||
end
|
||||
|
||||
resources :adjustments
|
||||
|
||||
resources :payments do
|
||||
member do
|
||||
put :fire
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
resources :users do
|
||||
|
||||
Reference in New Issue
Block a user