Skip to content

verifyReceipt now automatically refreshes the receipt if needed

Compare
Choose a tag to compare
@bizz84 bizz84 released this 18 May 11:53
· 425 commits to master since this release

API removed: refreshReceipt

This release simplifies the receipt verification flows by removing the refreshReceipt method from the public API.

Now clients only need to call verifyReceipt and the receipt is refreshed internally if needed.

Addressed in #213, related issue: #42.

The documentation in the README and various methods has also been considerably improved.