- fix code voca in subcategory column
This commit is contained in:
parent
8324e1c50b
commit
26cb992c96
|
@ -182,16 +182,20 @@ export class PpobCallbackController {
|
||||||
console.log('responsevocagame', response);
|
console.log('responsevocagame', response);
|
||||||
if (response['status'] != 'Success') {
|
if (response['status'] != 'Success') {
|
||||||
//TODO: UPDATE GAGAL
|
//TODO: UPDATE GAGAL
|
||||||
await this.transactionService.checkCallbackOrderFailed(
|
if (response['status'] != 'Processing') {
|
||||||
response['reference'],
|
await this.transactionService.checkCallbackOrderFailed(
|
||||||
response,
|
response['reference'],
|
||||||
);
|
response,
|
||||||
|
);
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
//TODO: UPDATE BERHASIL
|
//TODO: UPDATE BERHASIL
|
||||||
await this.transactionService.checkCallbackOrderSuccess(
|
if (response['status'] != 'Processing') {
|
||||||
response['reference'],
|
await this.transactionService.checkCallbackOrderSuccess(
|
||||||
response,
|
response['reference'],
|
||||||
);
|
response,
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user