Skip to content

Commit

Permalink
Merge pull request #92 from akretion/fix/geodis_regression_cta
Browse files Browse the repository at this point in the history
fix geodis regression cta
  • Loading branch information
hparfr authored Feb 6, 2018
2 parents 4d7faf8 + dae3692 commit 331ca1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Roadmap / TODO:
- Write tests


# 0.3.2 2018-02-06
- Geodis fix missing CTA segment

# 0.3.1 2018-02-01
- Geodis fix typo in (e)mail

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2
1 change: 1 addition & 0 deletions roulier/carriers/geodis/geodis_encoder_edi.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def encode_shipment(self, shipment, service, idx):
to_address['zip'],
to_address['country']
],
['CTA', 'IC', ['', to_address['name']]],
]
if to_address['email']:
lines.append(['COM', [to_address['email'], 'EM']])
Expand Down

0 comments on commit 331ca1f

Please sign in to comment.