Releases: imdhemy/laravel-in-app-purchases
Releases · imdhemy/laravel-in-app-purchases
V0.4.3
This version supports
Google Play Subscription
- Validation.
- Check if a test card was used during the purchase process.
- Check if is expired.
- Check if is auto-renewing.
- Log the purchased item id.
Google Play Product
- Validation.
- Check if a test card was used during the purchase process.
- Log the purchased item id.
This version fixes
syntax error, unexpected '}', expecting ';' or '{'
V0.4.2
This version supports
Google Play Subscription
- Validation.
- Check if a test card was used during the purchase process.
- Check if is expired.
- Check if is auto-renewing.
- Log the purchased item id.
Google Play Product
- Validation.
- Check if a test card was used during the purchase process.
- Log the purchased item id.
V0.4.1
This version supports
Google Play Subscription
- Validation.
- Check if a test card was used during the purchase process.
- Check if is expired.
- Check if is auto-renewing.
- Log the purchased item id.
Google Play Product
- Validation.
- Check if a test card was used during the purchase process.
- Log the purchased item id.
This version fixes
- Purchase Log does not maintain a record for the purchased item id (#1)
V0.40
This version supports
Google Play Subscription
- Validation.
- Check if a test card was used during the purchase process.
- Check if is expired.
- Check if is auto-renewing.
Google Play Product
- Validation.
Check if a test card was used during the purchase process.
This version fixes
PHP Fatal error: Class Imdhemy\Purchases\GooglePlay\Products\Product contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Imdhemy\Purchases\GooglePlay\Contracts\CheckerInterface::isTesting)
Laravel In-app-purchases v.0.3.0
This version supports
Google Play Subscription
- Validation.
- Check if is expired.
- Check if is auto-renewing.
Google Play Product
- Validation
This version fixes
- Test card payments (in subscriptions) appears invalid.
Laravel In-app-purchases v.0.2.0
This version supports
- Google Play subscription validation.
- Google plat product validation.
This version fixes
- code refactoring.