Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging
This commit is contained in:
commit
c5b27575ab
|
@ -3,7 +3,7 @@ import {
|
|||
Get,
|
||||
HttpException,
|
||||
HttpStatus,
|
||||
Logger,
|
||||
Logger, Post,
|
||||
Req,
|
||||
} from '@nestjs/common';
|
||||
import { TransactionService } from './transaction.service';
|
||||
|
@ -133,7 +133,7 @@ export class PpobCallbackController {
|
|||
}
|
||||
|
||||
@Public()
|
||||
@Get('/hemat')
|
||||
@Post('/hemat')
|
||||
async getHemat(@Req() request: FastifyRequest) {
|
||||
const response = request.query;
|
||||
console.log('responsehemat', response);
|
||||
|
|
Loading…
Reference in New Issue
Block a user