saleor-dashboard/cypress/fixtures/addresses.json
Karolina Rakoczy 5b3465861f
Saleor 2705 tests for warehouse (#1143)
* tests for warehouses

* tests for warehouses
2021-07-06 12:32:09 +02:00

30 lines
No EOL
730 B
JSON

{
"plAddress": {
"firstName": "test",
"lastName": "test",
"companyName": "Test3",
"streetAddress1": "Smolna",
"streetAddress2": "13/1",
"city": "Wrocław",
"postalCode": "53-346",
"country": "PL",
"countryArea": "Dolny Śląsk",
"phone": "123456787",
"currency": "PLN",
"countryFullName": "Poland"
},
"usAddress": {
"firstName": "test",
"lastName": "test",
"companyName": "Test2",
"streetAddress1": "Antonio Ridge",
"streetAddress2": "34930",
"city": "North Patrickfort",
"postalCode": "70957",
"country": "US",
"countryArea": "LA",
"phone": "+12025550189",
"currency": "USD",
"countryFullName": "United States of America"
}
}