We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180af86 commit 824aa04Copy full SHA for 824aa04
vehicles/src/modules/permit-application-payment/payment/payment.controller.ts
@@ -97,11 +97,7 @@ export class PaymentController {
97
type: ReadTransactionDto,
98
})
99
@Permissions({
100
- allowedIdirRoles: [
101
- IDIRUserRole.PPC_CLERK,
102
- IDIRUserRole.SYSTEM_ADMINISTRATOR,
103
- IDIRUserRole.CTPO,
104
- ],
+ allowedIdirRoles: [IDIRUserRole.SYSTEM_ADMINISTRATOR],
105
106
@Post('refund')
107
async createRefundTransactionDetails(
0 commit comments