diff --git a/src/modules/smart-contract/payment.controller.ts b/src/modules/smart-contract/payment.controller.ts index 610a539..6bbf7be 100644 --- a/src/modules/smart-contract/payment.controller.ts +++ b/src/modules/smart-contract/payment.controller.ts @@ -207,7 +207,7 @@ export class PaymentController { } } - @Post('notification/without-stripe') + @Post('notification/admin-pmt') @Public() @ApiOperation({ summary: 'This API receive payment notification without stripe webhook',