Skip to content

Commit

Permalink
Updating pricing tier documentation reference
Browse files Browse the repository at this point in the history
The config files that are generated document what the pricing
json is supposed to look like, but there's a TODO in place for
determining how a price maps to a "tier" enum value.

Adding in the reference to the API documentation that explains
how to get that Tier information.
  • Loading branch information
HowardWolosky committed Mar 9, 2017
1 parent 2a86150 commit 50f1cef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion StoreBroker/AppConfigTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
//
// Set the price of the app.
// The value provided should be a "Tier" and NOT an actual price
// For a mapping of "Tiers" to prices, see TODO: add reference
// For a mapping of "Tiers" to prices, refer to https://docs.microsoft.com/en-us/windows/uwp/monetize/manage-add-on-submissions#price-tiers
// Can also be "Free" or "NotAvailable"

"priceId": "NotAvailable",
Expand Down
2 changes: 1 addition & 1 deletion StoreBroker/IapConfigTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
//
// Set the price of the add-on.
// The value provided should be a "Tier" and NOT an actual price
// For a mapping of "Tiers" to prices, see TODO: add reference
// For a mapping of "Tiers" to prices, refer to https://docs.microsoft.com/en-us/windows/uwp/monetize/manage-add-on-submissions#price-tiers
// Can also be "Free" or "NotAvailable"

"priceId": "NotAvailable",
Expand Down
2 changes: 1 addition & 1 deletion StoreBroker/StoreBroker.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
CompanyName = 'Microsoft Corporation'
Copyright = 'Copyright (C) Microsoft Corporation. All rights reserved.'

ModuleVersion = '1.4.4'
ModuleVersion = '1.4.5'
Description = 'Provides command-line access to the Windows Store Submission REST API.'

RootModule = 'StoreIngestionApi'
Expand Down

0 comments on commit 50f1cef

Please sign in to comment.