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