Releases: aporat/store-receipt-validator
Releases · aporat/store-receipt-validator
4.4.3
- Make possible to pass
base_uri
through request_options
Thanks to @aliozkan
4.4.2
- PHP 8.2, 8.4 were added as allowed dependencies
nesbot/carbon
v3 dependency is allowed now
Thanks to @gjuric
4.4.1
Fix switching Google validation to V2
4.3.0
- fix json_decode deprecation warning on PHP8 for Google
developerPayload
. Thanks @sica07
- Add method
getExternalAccounId()
for GooglePlay validation response. Thanks to Marija Predarska
4.1.0
- Migrate to Google services namespaces (PR #153 thanks to @yyeltsyn)
- Now require
google/apiclient:^2.10
4.0.3
- Use endpoint validation in
setEndpoint(string $endpoint)
method also.
4.0.2
- Add PHP 8 to requirements (PR #141)
4.0.1
- Fix issue where Guzzle client would not recognise full base_uri due to missing backslash #126