Merge branch 'master' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-production

This commit is contained in:
Muhammad Fadli 2023-05-29 13:53:13 +07:00
commit 35541c92c5

View File

@ -1578,7 +1578,7 @@ export class TransactionService {
const response = callback['message']; const response = callback['message'];
const responseBaru = response.split(' '); const responseBaru = response.split(' ');
if (supplier.code == 'metro' && response.includes('PLN')) { if (supplier.code == 'metro' && response.includes('PLN') || response.includes('LINK AJA')) {
const s = 'SN: ' const s = 'SN: '
const index = response.indexOf(s); const index = response.indexOf(s);
const subIndex = index + s.length; const subIndex = index + s.length;
@ -2752,6 +2752,7 @@ export class TransactionService {
); );
if (userData.partner) { if (userData.partner) {
console.log("sendbillpartner", "msk");
const message = status ? const message = status ?
`Bill dari ${billData.destination} adalah ${ `Bill dari ${billData.destination} adalah ${
amount + product_price.partner_fee + product_price.mark_up_price amount + product_price.partner_fee + product_price.mark_up_price