Add newer labels to default attribute map

This commit is contained in:
Nicolas Mowen 2025-07-16 13:41:25 -06:00
parent 497a54ad2a
commit fd5889ebc5

View File

@ -26,6 +26,7 @@ DEFAULT_ATTRIBUTE_LABEL_MAP = {
"car": [ "car": [
"amazon", "amazon",
"an_post", "an_post",
"canada_post",
"dhl", "dhl",
"dpd", "dpd",
"fedex", "fedex",
@ -35,6 +36,7 @@ DEFAULT_ATTRIBUTE_LABEL_MAP = {
"postnl", "postnl",
"postnord", "postnord",
"purolator", "purolator",
"royal_mail",
"ups", "ups",
"usps", "usps",
], ],