Feat: add logs at callback failed
This commit is contained in:
parent
eb18eb501b
commit
e0c52e5505
|
@ -82,7 +82,9 @@ export class PpobCallbackController {
|
|||
console.log('masukkesiniga', 'msk');
|
||||
|
||||
//TODO: UPDATE GAGAL
|
||||
console.log('gagal')
|
||||
const updateTransaction =
|
||||
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