update carton and fcs shipment
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// ignore_for_file: constant_identifier_names
|
||||
|
||||
const uploadPhotoLimit = 10;
|
||||
const shipmentCountForCartonFilter = 10;
|
||||
const resendCountSec = 30;
|
||||
@@ -61,6 +63,7 @@ const fcs_shipment_processed_status = "processed";
|
||||
const fcs_shipment_shipped_status = "shipped";
|
||||
const fcs_shipment_arrived_status = "arrived";
|
||||
const fcs_shipment_invoiced_status = "invoiced";
|
||||
const fcs_shipment_delivered_status = "delivered";
|
||||
|
||||
// Package status
|
||||
const package_received_status = "received";
|
||||
|
||||
Reference in New Issue
Block a user