docs: fix the type information in in-app-purchase
Method returns Boolean, Manually confirmed the correctness by running `npm run create-api-json`.
This commit is contained in:
parent
0a2dc1efb0
commit
6646ef71da
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
Add a link
Reference in a new issue