change json format and void api

This commit is contained in:
phyusin
2018-10-16 14:35:54 +06:30
parent e4daecfec7
commit 94debfdde9
5 changed files with 46 additions and 3 deletions

View File

@@ -100,6 +100,7 @@ scope "(:locale)", locale: /en|mm/ do
post "shifts/close" => "shifts#update"
post "request_bill" => "bill#request_bill"
post "paymal_payment" => "payments#paymal_payment"
get ":sale_id/void" => "void#overall_void"
end
#--------- Cashier ------------#