Files
refactor-kata/kata/shipping/original/state.json
T
2026-05-20 17:42:01 -06:00

13 lines
180 B
JSON

{
"orders": [
{
"id": "ord-1",
"status": "paid",
"weightKg": 12,
"shippingCost": 0,
"trackingNumber": null,
"shippedAt": null
}
]
}