diff --git a/src/pages/Order/List/index.tsx b/src/pages/Order/List/index.tsx index 509d326..b6187e8 100644 --- a/src/pages/Order/List/index.tsx +++ b/src/pages/Order/List/index.tsx @@ -1258,7 +1258,6 @@ const Shipping: React.FC<{ if (shipmentInfo) shipmentInfo = JSON.parse(shipmentInfo); return { shipmentPlatform: 'freightwaves', - courierCompany: 'UNIUNI', ...data, // payment_method_id: shipmentInfo?.payment_method_id, stockPointId: shipmentInfo?.stockPointId,