Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging

This commit is contained in:
Fadli 2022-10-25 13:01:19 +07:00
commit 5e1dbf7209

View File

@ -136,7 +136,8 @@ export class PpobCallbackController {
@Get('/hemat') @Get('/hemat')
async getHemat(@Req() request: FastifyRequest) { async getHemat(@Req() request: FastifyRequest) {
const response = request.query; const response = request.query;
console.log('responsehemat', response);
console.log('responsehemat2', request);
if (response['msg'] != 'Transaksi Sukses') { if (response['msg'] != 'Transaksi Sukses') {
//TODO: UPDATE GAGAL //TODO: UPDATE GAGAL
await this.transactionService.checkCallbackOrderFailed( await this.transactionService.checkCallbackOrderFailed(