Skip to content

Commit

Permalink
Merge pull request #1 from IMC-BeatrizMartinez/master
Browse files Browse the repository at this point in the history
Adding new orderMode parameter
  • Loading branch information
marcserrat authored Jun 10, 2022
2 parents 4d9b5dc + 2b70cd9 commit 06a6f81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reports/aws_products/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def generate(client, parameters, progress_callback):
get_value(subscription['tiers']["customer"]["contact_info"], "contact", "email"),
get_asset_parameter(subscription, "isGovernmentEntity"),
get_asset_parameter(subscription, "useAccountFor"),
get_asset_parameter(subscription, "orderMode"),
get_value(subscription['tiers'], "tier1", "external_id"),
get_value(subscription['tiers'], "tier1", "name"),
get_value(subscription['tiers']["tier1"], "contact_info", "address_line1"),
Expand All @@ -84,4 +85,4 @@ def generate(client, parameters, progress_callback):
get_awsmpn(get_value(subscription['tiers'], "tier1", 'id'), subscription['product']['id'])
)
progress += 1
progress_callback(progress, total_subscriptions)
progress_callback(progress, total_subscriptions)
Binary file modified reports/aws_products/template.xlsx
Binary file not shown.

0 comments on commit 06a6f81

Please sign in to comment.