Skip to content

Commit

Permalink
[FIX] name, phone, mobile of ADDRESS_MAPPING
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu committed Feb 3, 2022
1 parent 41090d9 commit d7f11e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roulier/carriers/gls_fr/glsbox/encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
}
ADDRESS_MAPPING = {
"T860": "company",
"T8906": "name",
"T860": "name",
"T863": "street1",
"T861": "street2",
"T862": "street3",
"T330": "zip",
"T864": "city",
"T100": "country",
"T871": "phone",
"T1230": "mobile",
"T758": "phone",
"T759": "mobile",
"T1229": "email",
}

Expand Down

0 comments on commit d7f11e2

Please sign in to comment.