Skip to content

Commit

Permalink
fixed language parameter on createShipment
Browse files Browse the repository at this point in the history
  • Loading branch information
oboratav committed Jan 17, 2021
1 parent cfbca96 commit dd0184e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def on_post(self, req, resp):
query = req.context["client"].service.createShipment(
wsUserName=req.context["username"],
wsPassword=req.context["password"],
wsLanguage="TR", # Fixed value
userLanguage="TR", # Fixed value
ShippingOrderVO=shipments,
)

Expand Down

0 comments on commit dd0184e

Please sign in to comment.