Fix order path

This commit is contained in:
Luis Ramos
2021-01-23 13:20:51 +00:00
parent 60c3557c2d
commit 88c21ef82e

View File

@@ -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