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