- fix check bill send callback to partner
This commit is contained in:
parent
3e30a64bf0
commit
86b0bd8e68
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user