Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging

This commit is contained in:
Fadli 2022-11-22 13:11:32 +07:00
commit 0ecf5f9480

View File

@ -341,7 +341,7 @@ export class TransactionService {
// );
// } else {
const trxId = Array(10)
const trxId = Array(11)
.fill(null)
.map(() => {
return Math.round(Math.random() * 16).toString(16);
@ -601,7 +601,7 @@ export class TransactionService {
}
//HIT API SUPPLIER
const trxId = Array(10)
const trxId = Array(11)
.fill(null)
.map(() => {
return Math.round(Math.random() * 16).toString(16);
@ -848,7 +848,7 @@ export class TransactionService {
}
//HIT API SUPPLIER
const trxId = Array(10)
const trxId = Array(11)
.fill(null)
.map(() => {
return Math.round(Math.random() * 16).toString(16);
@ -1000,7 +1000,7 @@ export class TransactionService {
userData.partner?.id,
);
//HIT API SUPPLIER
const trxId = Array(10)
const trxId = Array(11)
.fill(null)
.map(() => {
return Math.round(Math.random() * 16).toString(16);