first commit

This commit is contained in:
2026-01-27 12:07:39 +03:30
commit 2cdf04d589
19 changed files with 7624 additions and 0 deletions

5
lib/data.js Normal file
View File

@@ -0,0 +1,5 @@
const TERMINALID = 7269507;
const USERNAME = "7269507";
const USERPASSWORD = "66506956";
const MELLATWSDL = "https://bpm.shaparak.ir/pgwchannel/services/pgw?wsdl";
module.exports = { TERMINALID, USERNAME, USERPASSWORD, MELLATWSDL };