- fix trx id test for hemat
This commit is contained in:
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user