fix: callbacktransction

This commit is contained in:
ilham 2022-06-28 17:10:07 +07:00
parent 5d3b8dbcb4
commit 104067f263

View File

@ -1164,7 +1164,8 @@ export class TransactionService {
} else {
const response = callback['message'];
const responseBaru = response.split(' ');
dataTransaction.seri_number = responseBaru[9];
dataTransaction.seri_number =
responseBaru[10].length > 1 ? responseBaru[10] : responseBaru[9];
}
dataTransaction.callback_json = callback;