google-play-billing-validator
google-play-billing-validator copied to clipboard
Npm module for Node.js to validate In-app purchases and Subscriptions on your backend
https://developer.android.google.cn/google/play/billing/developer-payload With this support in place, we have deprecated developer payload, starting with version 2.2 of the Google Play Billing Library. Methods associated with developer payload have been deprecated in...
### Description how to do simulation unit tests? ### Versions 2.1.0
When I using verifier.verifySub(receipt), which correct data in receipt ``` let receipt = { packageName: "com.app.xxx.xxx", productId: "xxx_subscription", purchaseToken: "" }; ``` Response ``` { isSuccessful: false, errorCode: 503, errorMessage:...
### Description According to Google API docs, response code 5xx means that we should retry the validation. It would be great to have optional retry settings for the module, so...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...