add: new partner

This commit is contained in:
ilham 2022-04-14 14:06:13 +07:00
parent b87c444ae6
commit a1f689e82b

View File

@ -503,8 +503,10 @@ export class TransactionService {
if (supplier.code != 'IRS') {
const parsingResponse = hitSupplier.split(' ');
hitSupplier = {
success: hitSupplier.include('diproses');
harga: parseInt(parsingResponse[parsingResponse.length - 2].replaceAll(".","")),
success: hitSupplier.include('diproses'),
harga: parseInt(
parsingResponse[parsingResponse.length - 2].replaceAll('.', ''),
),
msg: hitSupplier
};
}