Skip to content

Commit

Permalink
Fix: format node
Browse files Browse the repository at this point in the history
  • Loading branch information
hollyabrams committed Oct 15, 2024
1 parent aa4908a commit fc55550
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions official/guides/carriers/dhl-express/options.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"shipment": {
"to_address": {
"name": "Dr. Steve Brule",
"street1": "179 N Harbor Dr",
"city": "Redondo Beach",
"state": "CA",
"zip": "90277",
"country": "US",
"phone": "8573875756",
"email": "[email protected]"
},
"from_address": {
"name": "EasyPost",
"street1": "417 Montgomery Street",
"street2": "5th Floor",
"city": "San Francisco",
"state": "CA",
"zip": "94104",
"country": "US",
"phone": "4153334445",
"email": "[email protected]"
},
"parcel": {
"weight": "23"
},
"options": {
"hazmat": "LITHIUM"
}
"to_address": {
"name": "Dr. Steve Brule",
"street1": "179 N Harbor Dr",
"city": "Redondo Beach",
"state": "CA",
"zip": "90277",
"country": "US",
"phone": "8573875756",
"email": "[email protected]"
},
"from_address": {
"name": "EasyPost",
"street1": "417 Montgomery Street",
"street2": "5th Floor",
"city": "San Francisco",
"state": "CA",
"zip": "94104",
"country": "US",
"phone": "4153334445",
"email": "[email protected]"
},
"parcel": {
"weight": "23"
},
"options": {
"hazmat": "LITHIUM"
}
}
}

0 comments on commit fc55550

Please sign in to comment.