Merge branch 'devops-staging' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend
This commit is contained in:
commit
59bacf9224
|
@ -46,7 +46,7 @@ export class PpobCallbackController {
|
||||||
try {
|
try {
|
||||||
const response = request.query;
|
const response = request.query;
|
||||||
|
|
||||||
if (response['message'].toLowerCase().includes('cek tagihan')) {
|
if (response['message'].toLowerCase().includes('cek')) {
|
||||||
if (response['status'] != 20) {
|
if (response['status'] != 20) {
|
||||||
//TODO: UPDATE GAGAL
|
//TODO: UPDATE GAGAL
|
||||||
await this.transactionService.updateBill(
|
await this.transactionService.updateBill(
|
||||||
|
|
|
@ -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