From a1ffd59cf5751633be8cf4bcfc93d065ab9388e6 Mon Sep 17 00:00:00 2001 From: Peter NDENGO Date: Fri, 24 Nov 2023 13:15:50 +0100 Subject: [PATCH] Change name endpoint --- src/modules/smart-contract/payment.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',