phase-3: add bootstrap-aligned mock configuration payloads
This commit is contained in:
18
src/assets/mock/bootstrap/company.json
Normal file
18
src/assets/mock/bootstrap/company.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"companyName": "Marketplace Platform LLC",
|
||||
"registrationNumber": "1027700000000",
|
||||
"taxId": "7700000000",
|
||||
"address": {
|
||||
"country": "Russia",
|
||||
"region": "Moscow",
|
||||
"city": "Moscow",
|
||||
"street": "Tverskaya 1",
|
||||
"postalCode": "125009"
|
||||
},
|
||||
"contacts": {
|
||||
"email": "info@example.com",
|
||||
"phone": "+7-900-000-00-00",
|
||||
"telegram": "@platform_support",
|
||||
"website": "https://default.local"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user