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