add pickup provider

This commit is contained in:
2021-10-09 09:27:51 +06:30
parent 2a3277035e
commit 46da87dc0e
7 changed files with 102 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ const user_joined_status = "joined";
const pkg_files_path = "/packages";
const shipment_labels_files_path = "/shipment_labels";
const receipt_labels_files_path = "/receipts";
const pickups_files_path = "/pickups";
// Link page
const page_payment_methods = "payment_methods";
@@ -79,7 +80,7 @@ const shipment_courier_dropoff = "Courier drop off";
//Carton types
const carton_from_packages = "From packages";
const carton_from_cartons="From cartons";
const carton_from_cartons = "From cartons";
const carton_from_shipments = "From shipments";
const carton_mix_carton = "Mix carton";
const carton_small_bag = "Small bag";