transform pos payload forms to shared

This commit is contained in:
2026-05-31 10:34:43 +03:30
parent f2a496134b
commit f50219a094
17 changed files with 72 additions and 59 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
// TIS tenant environment configuration
export const environment = {
production: true,
apiBaseUrl: 'https://psp-api.shift-am.ir',
// apiBaseUrl: 'https://psp-api.shift-am.ir',
// apiBaseUrl: 'http://192.168.128.73:5002',
// apiBaseUrl: 'http://localhost:5002',
apiBaseUrl: 'http://localhost:5002',
host: 'localhost',
port: 5000,
enableLogging: false,