feat: add payment post process
This commit is contained in:
parent
80a407ba61
commit
07742732ac
5 changed files with 133 additions and 6 deletions
|
|
@ -93,4 +93,8 @@ export const fileLocation = {
|
|||
quotation: {
|
||||
payment: (quotationId: string) => `quotation/payment-${quotationId}`,
|
||||
},
|
||||
request: {
|
||||
attachment: (requestId: string, name?: string) =>
|
||||
`request/attachment-${requestId}/${name || ""}`,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue