mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-05 07:19:14 +00:00
Fix order path
This commit is contained in:
@@ -42,7 +42,7 @@ module Api
|
||||
end
|
||||
|
||||
def path
|
||||
Spree::Core::Engine.routes.url_helpers.order_path(object)
|
||||
spree_order_path(object)
|
||||
end
|
||||
|
||||
def cancel_path
|
||||
|
||||
Reference in New Issue
Block a user