Skip to content

Commit

Permalink
Clean order address page
Browse files Browse the repository at this point in the history
  • Loading branch information
IKarbowiak committed Feb 4, 2025
1 parent 303a451 commit fa3373c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/developer/order/address.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ example input data:
"streetAddress1": "1470 Pinewood Avenue"
"city": "Michigan"
"postalCode": "49855"
"country": US
"country": "US"
"countryArea": "MI"
},
"saveShippingAddress": false,
Expand All @@ -52,7 +52,7 @@ example input data:
"streetAddress1": "1470 Pinewood Avenue"
"city": "Michigan"
"postalCode": "49855"
"country": US
"country": "US"
"countryArea": "MI"
},
"channelId": "Q2hhbm5lbDoyMjQ0",
Expand Down Expand Up @@ -157,10 +157,10 @@ example input data:
"streetAddress1": "1470 Pinewood Avenue"
"city": "Michigan"
"postalCode": "49855"
"country": US
"country": "US"
"countryArea": "MI"
},
"saveShippingAddress": false
"saveShippingAddress": true
}
}
```
Expand Down

0 comments on commit fa3373c

Please sign in to comment.