shift
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-14 16:27:53 +03:30
parent 59e958e809
commit b9d7a4adc3
4 changed files with 64 additions and 1 deletions
@@ -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);
}