mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 21:15:41 +00:00
Add payments management features including summary and listing, and integrate with the dashboard
This commit is contained in:
@@ -124,6 +124,11 @@ export const URL_CONSTANTS = {
|
||||
VERIFY: "/api/otp/verify",
|
||||
},
|
||||
|
||||
PAYMENTS: {
|
||||
ALL: "/payments/all",
|
||||
SUMMARY: "/payments/summary",
|
||||
},
|
||||
|
||||
LOCOMOTIVES: {
|
||||
BASE: "/locomotives",
|
||||
BY_ID: (id: string) => `/locomotives/${id}`,
|
||||
|
||||
Reference in New Issue
Block a user