add: new partner
This commit is contained in:
parent
b87c444ae6
commit
a1f689e82b
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user