Modified the customer.json fixture.
This commit is contained in:
parent
5f142b0c74
commit
f999716969
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
||||||
"firstname": "John",
|
"firstname": "John",
|
||||||
"lastname": "Doe",
|
"lastname": "Doe",
|
||||||
"email": "john@doe.com",
|
"email": "john@doe.com",
|
||||||
"mobile": "012345679-0",
|
"phone": "0123456789",
|
||||||
"phone": "0123456789-1",
|
|
||||||
"address": "Some Str. 123",
|
"address": "Some Str. 123",
|
||||||
"city": "Some City",
|
"city": "Some City",
|
||||||
"zip": "12345",
|
"zip": "12345",
|
||||||
|
|
Loading…
Reference in a new issue