mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-11 03:40:20 +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