- fix trx id test for hemat

This commit is contained in:
Fadli
2022-10-19 16:53:12 +07:00
parent cff473abd9
commit 7dcb7d30f6
2 changed files with 12 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ export const doTransaction = async (
productCode,
destination,
idtrx,
idtrxhemat,
supplier,
authorization,
typePaid,
@@ -35,7 +36,7 @@ export const doTransaction = async (
'Authorization': 'Bearer ' + authorization}
};
const data = {
idtransaction: idtrx,
idtransaction: idtrxhemat,
destination: `${destination}`,
code: `${productCode}`,
type: `${typePaid}`,