Merge branch 'development' into 'devops-staging'
Feat: add logs at callback failed See merge request empatnusabangsa/ppob/ppob-backend!196
This commit is contained in:
commit
0d6089289f
|
@ -82,8 +82,10 @@ export class PpobCallbackController {
|
|||
console.log('masukkesiniga', 'msk');
|
||||
|
||||
//TODO: UPDATE GAGAL
|
||||
console.log('gagal')
|
||||
const updateTransaction =
|
||||
await this.transactionService.callbackOrderFailed(
|
||||
console.log('transaction failed')
|
||||
await this.transactionService.callbackOrderFailed(
|
||||
response['refid'],
|
||||
response,
|
||||
);
|
||||
|
@ -96,6 +98,7 @@ export class PpobCallbackController {
|
|||
}
|
||||
|
||||
//TODO: UPDATE BERHASIL
|
||||
console.log('berhasil')
|
||||
const updateTransaction =
|
||||
await this.transactionService.callbackOrderSuccess(
|
||||
response['refid'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user