Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: purchases.md use object instead of params in requestSubscriptio…
…n call (#2459) The example shown in purchases.md has the wrong interface use for the function `requestSubscription` In the docs example is shown as ```typescript await requestSubscription( {sku}, ...(offerToken && {subscriptionOffers: [{sku, offerToken}]}), ); ``` While the interface to the function requires an object of the type `RequestSubscription` and not 2 args
- Loading branch information