fix: typo
This commit is contained in:
parent
a416f7d04e
commit
6b62926ba4
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@ export class CreditNoteActionController extends Controller {
|
||||||
return creditNoteData;
|
return creditNoteData;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Post("packback-status")
|
@Post("payback-status")
|
||||||
@Security("keycloak", MANAGE_ROLES)
|
@Security("keycloak", MANAGE_ROLES)
|
||||||
async updateStatus(
|
async updateStatus(
|
||||||
@Request() req: RequestWithUser,
|
@Request() req: RequestWithUser,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue