Merge pull request #12822 from stephanwlee/stephanwlee-patch-1
Fix the type information in in-app-purchase.md
This commit is contained in:
commit
a08b4f780c
1 changed files with 1 additions and 1 deletions
|
@ -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()`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue