diff --git a/src/pages/Order/List/index.tsx b/src/pages/Order/List/index.tsx index 8e5fecd..907c2f7 100644 --- a/src/pages/Order/List/index.tsx +++ b/src/pages/Order/List/index.tsx @@ -1444,7 +1444,7 @@ const Shipping: React.FC<{ let shipmentInfo = localStorage.getItem('shipmentInfo'); if (shipmentInfo) shipmentInfo = JSON.parse(shipmentInfo); const a = { - shipmentPlatform: 'uniuni', + shipmentPlatform: 'freightwaves', courierCompany: '', ...data, // payment_method_id: shipmentInfo?.payment_method_id,