replace @shop and shop_details with current_shop
This commit is contained in:
@@ -47,7 +47,7 @@ class Api::OrdersController < Api::ApiController
|
||||
# end
|
||||
|
||||
#
|
||||
return @shop.to_json
|
||||
return current_shop.to_json
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user