- fix check bill send callback to partner
This commit is contained in:
@@ -2757,7 +2757,7 @@ export class TransactionService {
|
|||||||
`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
|
||||||
}.` :
|
}.` :
|
||||||
'';
|
'Bill tidak ditemukan';
|
||||||
const statusResponse = status ? 'berhasil' : 'gagal';
|
const statusResponse = status ? 'berhasil' : 'gagal';
|
||||||
|
|
||||||
this.callbackToPartner(
|
this.callbackToPartner(
|
||||||
|
|||||||
Reference in New Issue
Block a user