This commit is contained in:
Swift
2023-10-28 23:07:48 +03:30
parent bd938ce853
commit 5b7289d6ea
3 changed files with 3 additions and 4 deletions
@@ -74,7 +74,6 @@ module.exports.add_transaction = [
return msgArray.join(' ')
}
// save transaction
if (agent === 'main') {
const ArpaResponse = await saveTransactionToArpa(data, items, db_name)
await TransactionDraft.findByIdAndRemove(draftId)
+1 -1
View File
@@ -2,7 +2,7 @@ const axios = require('axios')
const accountInfo = {
Username: 'asanservice.sms@gmail.com',
Password: '7ea2243a',
Password: '9u&8[Ve9',
Number: '5000467341',
url: 'http://www.afe.ir/WebService/V4/BoxService.asmx'
}