Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging
This commit is contained in:
commit
9d1731d607
|
@ -80,6 +80,7 @@ export const doTransaction = async (
|
|||
const md5HashDigiflazz = `${supplier.irs_user}${supplier.irs_pass}${idtrx}`;
|
||||
var md5Hash = require("md5-hash");
|
||||
console.log('hashmd5', md5HashDigiflazz);
|
||||
console.log('testmd5', md5Hash.default("String"));
|
||||
const options = {
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user