verifyReceipt now automatically refreshes the receipt if needed
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.