- log digiflazz supplier

This commit is contained in:
Fadli 2023-02-22 23:12:53 +07:00
parent b645ed273c
commit 62593684f6

View File

@ -76,7 +76,7 @@ export const doTransaction = async (
return res.data;
} else {
const md5HashDigiflazz = `${supplier.irs_user}${supplier.irs_pass}${idtrx}`;
console.log('hashmd5', md5HashDigiflazz);
const options = {
headers: {'Content-Type': 'application/json'},
};