Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oboratav committed Jan 17, 2021
1 parent 137c096 commit a1410f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def parse_shipment(req, shipment: dict) -> dict:
"taxOfficeName": ("taxOfficeName", "to_address.tr_tax_office"),
"orgGeoCode": ("orgGeoCode", "orgGeoCode"), # deprecated
"privilegeOrder": ("privilegeOrder", "privilegeOrder"), # deprecated
"dcSelectedCredit": ("dcSelectedCredit", "dcSelectedCredit") # not implemented here
"dcSelectedCredit": ("dcSelectedCredit", "dcSelectedCredit"), # not implemented here
"dcCreditRule": ("dcCreditRule", "dcCreditRule"), # not implemented here
"emailAddress": ("emailAddress", "to_address.email"),
}
Expand Down

0 comments on commit a1410f7

Please sign in to comment.