Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Oct 24, 2024
1 parent ba9259e commit 9816a15
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,16 @@
},
"billingAddress": {
"address1": "Antareslaan 31",
"address2": "(Billing)",
"city": "Hoofddorp",
"postalCode": "2132JE",
"person": "Felicia Parcel"
"person": "Meredith Mailbox"
},
"shippingAddress": {
"address1": "Antareslaan 31",
"city": "Hoofddorp",
"postalCode": "2132JE",
"person": "Felicia Parcel"
"person": "Meredith Mailbox"
},
"shipments": [],
"physicalProperties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
{
"zones": [
{
"active": 1,
"name": "Europe",
"id": 1,
"active": true,
"name": "Europe",
"id_zone": 1
},
{
"active": 1,
"name": "North America",
"id": 2,
"active": true,
"name": "North America",
"id_zone": 2
}
],
Expand Down Expand Up @@ -44,15 +44,15 @@
{
"zones": [
{
"active": 1,
"name": "Europe",
"id": 1,
"active": true,
"name": "Europe",
"id_zone": 1
},
{
"active": 1,
"name": "North America",
"id": 2,
"active": true,
"name": "North America",
"id_zone": 2
}
],
Expand Down Expand Up @@ -85,15 +85,15 @@
{
"zones": [
{
"active": 1,
"name": "Europe",
"id": 1,
"active": true,
"name": "Europe",
"id_zone": 1
},
{
"active": 1,
"name": "North America",
"id": 2,
"active": true,
"name": "North America",
"id_zone": 2
}
],
Expand Down

0 comments on commit 9816a15

Please sign in to comment.