CAKE-279 | applied order details to the app

This commit is contained in:
OleksandrSobol 2021-03-12 21:04:37 +02:00
parent 313f829689
commit 60333e235d
16 changed files with 498 additions and 7 deletions

View file

@ -52,4 +52,5 @@ class Routes {
static const editBackupPassword = '/edit_backup_passowrd';
static const restoreFromBackup = '/restore_from_backup';
static const support = '/support';
static const orderDetails = '/order_details';
}