mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Add return_authorizations route from spree_backend
This commit is contained in:
@@ -112,6 +112,12 @@ Spree::Core::Engine.routes.draw do
|
||||
end
|
||||
|
||||
resource :customer, :controller => "orders/customer_details"
|
||||
|
||||
resources :return_authorizations do
|
||||
member do
|
||||
put :fire
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
resources :users do
|
||||
|
||||
Reference in New Issue
Block a user