remove get_tax_profiles from api_controller and create tax_profiles api

This commit is contained in:
Thein Lin Kyaw
2020-07-20 00:26:47 +06:30
parent ced6a09095
commit 4e61eba843
6 changed files with 19 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
json.status true
json.inclusive_tax @inclusive_tax
json.exclusive_tax @exclusive_tax

View File

@@ -0,0 +1,4 @@
json.status true
json.data do
json.tax_profiles @tax_profiles, :name, :group_type, :rate, :inclusive, :order_by
end