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,
|
Get,
|
||||||
HttpException,
|
HttpException,
|
||||||
HttpStatus,
|
HttpStatus,
|
||||||
Logger,
|
Logger, Post,
|
||||||
Req,
|
Req,
|
||||||
} from '@nestjs/common';
|
} from '@nestjs/common';
|
||||||
import { TransactionService } from './transaction.service';
|
import { TransactionService } from './transaction.service';
|
||||||
|
@ -133,7 +133,7 @@ export class PpobCallbackController {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Public()
|
@Public()
|
||||||
@Get('/hemat')
|
@Post('/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('responsehemat', response);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user