voltrue2 / in-app-purchase

A Node.js module for in-App-Purchase for iOS, Android, Amazon and Windows.
http://iap.gracenode.org
Other
1.04k stars 287 forks source link

Validation is successful for pending in app purchases Google #279

Closed jjantschulev closed 4 years ago

jjantschulev commented 4 years ago

On the android in app purchase screen, I am allowed to choose a slow successful test card or a slow declining test card. With both of these cards, the receipt is always validated successfully, even though the payment is still pending in the google play console. Is there any way to check wether a payment is pending or successful or unsuccessful using this library. The purchase status in the validated response from iap.validate() is always 2.

jjantschulev commented 4 years ago

Duplicate accidental issue.