Merge branch 'development' into 'devops-staging'

fixing: callback transaction

See merge request empatnusabangsa/ppob/ppob-backend!168
This commit is contained in:
ilham dwi pratama 2022-05-21 12:41:31 +00:00
commit 4368d0ad8d

View File

@ -481,7 +481,7 @@ export class TransactionService {
`${coaType[coaType.SALES]}-SYSTEM`, `${coaType[coaType.SALES]}-SYSTEM`,
); );
if (orderTransactionDto.bill_trx_id !== null) { if (orderTransactionDto.bill_trx_id) {
try { try {
const billId = await this.checkBillHistoryRepository.findOneOrFail({ const billId = await this.checkBillHistoryRepository.findOneOrFail({
where: { where: {