Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: cms/translations/xtm/projects_handler.py

Issue 29969555: Issue 7039 - [XTM Integration] Make parameter naming consistent with the API docs
Patch Set: Created Dec. 28, 2018, 2:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cms/translations/xtm/projects_handler.py
diff --git a/cms/translations/xtm/projects_handler.py b/cms/translations/xtm/projects_handler.py
index 95bb86620bc77978916cf338aeae16c00abdbc2b..d6fe4078bec57792b77c4da157404608b55d5326 100644
--- a/cms/translations/xtm/projects_handler.py
+++ b/cms/translations/xtm/projects_handler.py
@@ -70,7 +70,7 @@ def create_project(args, api, source):
description=args.desc,
reference_id=args.ref_id,
target_languages=target_langs,
- customer_id=args.client_id,
+ customer_id=args.customer_id,
workflow_id=utils.extract_workflow_id(api, args),
source_language=args.source_lang,
files=files_to_upload,

Powered by Google App Engine
This is Rietveld