- fix trx id test for hemat

This commit is contained in:
Fadli
2022-10-21 17:26:05 +07:00
parent 7dcb7d30f6
commit c6d143487c
2 changed files with 264 additions and 274 deletions

View File

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