Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging
This commit is contained in:
commit
cf83253ed7
|
@ -182,12 +182,15 @@ export class PpobCallbackController {
|
|||
console.log('responsevocagame', response);
|
||||
if (response['status'] != 'Success') {
|
||||
//TODO: UPDATE GAGAL
|
||||
if (response['status'] != 'Processing') {
|
||||
await this.transactionService.checkCallbackOrderFailed(
|
||||
response['reference'],
|
||||
response,
|
||||
);
|
||||
}
|
||||
} else {
|
||||
//TODO: UPDATE BERHASIL
|
||||
if (response['status'] != 'Processing') {
|
||||
await this.transactionService.checkCallbackOrderSuccess(
|
||||
response['reference'],
|
||||
response,
|
||||
|
@ -195,3 +198,4 @@ export class PpobCallbackController {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user