Merge pull request #7446 from mhilbrunner/get-rid-of-weirdness

This commit is contained in:
Max Hilbrunner
2023-06-01 12:50:57 +02:00
committed by Max Hilbrunner
parent f5cc90c19c
commit bef2b30d29
16 changed files with 23 additions and 23 deletions

View File

@@ -94,7 +94,7 @@ Query available items
*********************
Once the API has connected, query SKUs using ``querySkuDetails()``. You must successfully complete
a SKU query before before calling the ``purchase()`` or ``queryPurchases()`` functions,
a SKU query before calling the ``purchase()`` or ``queryPurchases()`` functions,
or they will return an error. ``querySkuDetails()`` takes two parameters: an array
of SKU name strings, and a string specifying the type of SKU being queried.
The SKU type string should be ``"inapp"`` for normal in-app purchases or ``"subs"`` for subscriptions.