-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Iniciando nova feature shopBuy e arquivos steps e page necessarios dos novos testes. Update de massa.
- Loading branch information
Showing
10 changed files
with
673 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,24 @@ | |
"Account": { | ||
"email": "[email protected]", | ||
"name": "Alicia Nogueira", | ||
"pass": "$3nh4T35t35_4U" | ||
"pass": "$3nh4T35t35_4U", | ||
"address": "3453 Windy Ridge Road", | ||
"city": "Fort Wayne", | ||
"state": "Indiana", | ||
"zip": "46818", | ||
"phone": "+1 260-602-4235", | ||
"mobile": "+1 260-602-4235", | ||
"addressReference": "My home" | ||
}, | ||
|
||
"Address":{ | ||
"address": "1030 Sardis Station", | ||
"city": "Golden Valley", | ||
"state": "Minnesota", | ||
"zip": "55422", | ||
"phone": "+1 612-539-7795", | ||
"mobile": "+1 612-539-7795", | ||
"addressReference": "My work" | ||
} | ||
|
||
} |
Oops, something went wrong.