You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/progressive-web-apps-chromium/how-to/digital-goods-api.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,15 +191,14 @@ This displays the Store purchase UI to the user, where the user can view details
191
191
192
192
* If the user cancels the payment, the Promise that's returned by the `show` method will be rejected with an error.
193
193
194
-
* If the user successfully pays and completes the purchase, the Promise will resolve with a `PaymentResponse`.
195
-
196
-
In the `details` property of the payment response, a purchase token is returned.
194
+
* If the user successfully pays and completes the purchase, the Promise will resolve with a `PaymentResponse`. In the `details` property of the payment response, a purchase token is returned.
0 commit comments