saleor-dashboard/cypress/fixtures/addresses.json
2023-01-02 08:45:07 +01:00

46 lines
No EOL
1.2 KiB
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",
"countryAreaFullName": "Louisiana",
"phone": "+12025550189",
"currency": "USD",
"countryFullName": "United States of America"
},
"secondUsAddress": {
"firstName": "test",
"lastName": "test",
"companyName": "Test1",
"streetAddress1": "Rock Quarry Rd",
"streetAddress2": "345",
"city": "Afton",
"postalCode": "37745",
"country": "US",
"countryArea": "TN",
"countryAreaFullName": "Tennessee",
"phone": "+12025550169",
"currency": "USD",
"countryFullName": "United States of America"
}
}