Commit a957bd76 by Giang Tran

update code

parent b0f662b1
...@@ -15,8 +15,3 @@ export const sendRequest = async (body) => ...@@ -15,8 +15,3 @@ export const sendRequest = async (body) =>
PostData(url.urlSendRequest, body) PostData(url.urlSendRequest, body)
.then((res) => res) .then((res) => res)
.catch((err) => err); .catch((err) => err);
export const getProfitLost = async (body) =>
PostData(url.urlProfitLost, body)
.then((res) => res)
.catch((err) => err);
...@@ -267,4 +267,6 @@ export default { ...@@ -267,4 +267,6 @@ export default {
CalculatorProfitLoss: 'Tính lãi lỗ', CalculatorProfitLoss: 'Tính lãi lỗ',
BUY_IN: 'Mua vào', BUY_IN: 'Mua vào',
SELL_OUT: 'Bán ra', SELL_OUT: 'Bán ra',
EscrowCalculator: 'Tính ký quỹ',
FirstEscrowTotal: 'Ký quỹ khả dụng',
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment