@@ -127,7 +127,7 @@ export class PaymentsController {
|
||||
@Post('admin/payments/verify/:paymentId')
|
||||
@ApiOperation({ summary: 'Verify cash/creditcard payment ' })
|
||||
@ApiParam({ name: 'paymentId', type: 'string', description: 'Payment ID' })
|
||||
verifyCashPayment(@Param('paymentId') paymentId: string) {
|
||||
verifyCashCreditPayment(@Param('paymentId') paymentId: string) {
|
||||
return this.paymentsService.verifyCashAnCreditPayment(paymentId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user