diff --git a/functions/toShipStation.js b/functions/toShipStation.js index 2f1cf80..aac062f 100644 --- a/functions/toShipStation.js +++ b/functions/toShipStation.js @@ -54,7 +54,7 @@ async function sendVoltOrdersToShipStation(req) { return "awaiting_shipment"; case "Complete": return "shipped"; - case "Cancelled": + case "Canceled": return "cancelled"; } }