add: new partner
This commit is contained in:
parent
b87c444ae6
commit
a1f689e82b
|
@ -503,8 +503,10 @@ export class TransactionService {
|
||||||
if (supplier.code != 'IRS') {
|
if (supplier.code != 'IRS') {
|
||||||
const parsingResponse = hitSupplier.split(' ');
|
const parsingResponse = hitSupplier.split(' ');
|
||||||
hitSupplier = {
|
hitSupplier = {
|
||||||
success: hitSupplier.include('diproses');
|
success: hitSupplier.include('diproses'),
|
||||||
harga: parseInt(parsingResponse[parsingResponse.length - 2].replaceAll(".","")),
|
harga: parseInt(
|
||||||
|
parsingResponse[parsingResponse.length - 2].replaceAll('.', ''),
|
||||||
|
),
|
||||||
msg: hitSupplier
|
msg: hitSupplier
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user