uncomment action controller
This commit is contained in:
@@ -8,7 +8,8 @@ class Api::ShopsController < Api::ApiController
|
||||
def show
|
||||
@shop = Shop.find_by_shop_code(params[:id])
|
||||
end
|
||||
|
||||
def get_tax_profiles
|
||||
@inclusive_tax,@exclusive_tax =TaxProfile.calculate_tax("online_order")
|
||||
@inclusive_tax,@exclusive_tax = TaxProfile.calculate_tax("online_order")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user