add payment page

This commit is contained in:
2026-05-24 10:17:16 +03:30
parent 92c0f96358
commit 28295dcc58
9 changed files with 440 additions and 0 deletions
+3
View File
@@ -63,6 +63,9 @@ export const Paths = {
detail: '/invoice/',
update: '/invoice/update/',
},
payments: {
list: '/payments',
},
newOrder: '/new-order',
orderDetails: '/order/',
tickets: {