Merge pull request #12822 from stephanwlee/stephanwlee-patch-1

Fix the type information in in-app-purchase.md
This commit is contained in:
Zeke Sikelianos 2018-05-03 10:05:00 -07:00 committed by GitHub
commit a08b4f780c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ Retrieves the product descriptions.
### `inAppPurchase.canMakePayments()` ### `inAppPurchase.canMakePayments()`
Returns `true` if the user can make a payment and `false` otherwise. Returns `Boolean`, whether a user can make a payment.
### `inAppPurchase.getReceiptURL()` ### `inAppPurchase.getReceiptURL()`