You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
There are following urls in server API specification:
GET https://<Your API server address>/{packageName}/inapp/{productId}/purchases/{token}
GET https://<Your API server address>/{packageName}/subscriptions/{subscriptionId}/purchases/{token}
Is it typo: inapp instead of inapps? Any other url parts are in plural form. The same is for google's api:
GET https://www.googleapis.com/androidpublisher/v2/applications/packageName/purchases/products/productId/tokens/token
The text was updated successfully, but these errors were encountered:
Hi!
There are following urls in server API specification:
Is it typo:
inapp
instead ofinapps
? Any other url parts are in plural form. The same is for google's api:The text was updated successfully, but these errors were encountered: