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