fix
This commit is contained in:
@@ -99,7 +99,7 @@ module.exports.saveTransactionToArpa = (data, items, db) => {
|
||||
// "Data": {"TransactionID": null, "BusinessID": 3, "DocAliasId": 144, "Description": "تست", "cAddress1": "تهران", "cTel1": "0218884455", "TransCCustom1": "آقای موسوی"},
|
||||
// "Items": [{"TransLineID": null, "itemId": 5302, "MjQty": 20, "StockAreaId": 1}, {"TransLineID": null, "itemId": 5302, "MjQty": 20, "StockAreaId": 1}]
|
||||
// }
|
||||
|
||||
|
||||
return new Promise(async (resolve, reject) => {
|
||||
try {
|
||||
const transaction = await axios.post('/api/NewTransaction', ArpaData, axiosConfig(db))
|
||||
|
||||
Reference in New Issue
Block a user