Skip to content

Commit b2dcb13

Browse files
committed
"method" in headings
1 parent 0c3c8fb commit b2dcb13

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

microsoft-edge/progressive-web-apps-chromium/how-to/digital-goods-api.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if ('getDigitalGoodsService' in window) {
5151

5252

5353
<!-- ====================================================================== -->
54-
## Connecting to the Microsoft Store Billing service (`getDigitalGoodsService`)
54+
## Connecting to the Microsoft Store Billing service (`getDigitalGoodsService` method)
5555

5656
Use the `getDigitalGoodsService` method to connect to the Microsoft Store Billing service.
5757

@@ -77,7 +77,7 @@ try {
7777

7878

7979
<!-- ====================================================================== -->
80-
## Querying item details (`getDetails`)
80+
## Querying item details (`getDetails` method)
8181

8282
Use the `getDetails` method to query item details.
8383

@@ -109,7 +109,7 @@ See also:
109109

110110

111111
<!-- ====================================================================== -->
112-
## Purchasing an item (`show`)
112+
## Purchasing an item (`show` method)
113113

114114
Use the `show` method to purchase an item, after you construct a request that contains item details.
115115

@@ -151,7 +151,7 @@ Some stores might require that you (the developer) acknowledge a purchase after
151151

152152

153153
<!-- ====================================================================== -->
154-
## Consuming a purchase (`consume`)
154+
## Consuming a purchase (`consume` method)
155155

156156
Use the `consume` method to consume a purchase.
157157

@@ -165,7 +165,7 @@ digitalGoodsService.consume(purchaseToken);
165165

166166

167167
<!-- ====================================================================== -->
168-
## Checking existing purchases (`listPurchases`)
168+
## Checking existing purchases (`listPurchases` method)
169169

170170
Use the `listPurchases` method to check existing purchases. This method returns information about the user's existing purchases. This method allows a client to get a list of items that are currently owned or purchased by the user. This may be necessary, to do either of the following:
171171

@@ -186,7 +186,7 @@ The `listPurchases` method doesn't return consumed products or expired subscript
186186

187187

188188
<!-- ====================================================================== -->
189-
## Getting the purchase history (`listPurchaseHistory`)
189+
## Getting the purchase history (`listPurchaseHistory` method)
190190

191191
Use the `listPurchaseHistory` method to get the purchase history. This method returns a list that shows the most recent purchase made by the user for each item, regardless of whether the purchase is expired, canceled, or consumed. This method returns a list of `PurchaseDetails` containing the `itemId` and `purchaseToken` for each purchase.
192192

0 commit comments

Comments
 (0)